mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
use constant instead of string
This commit is contained in:
@@ -17,4 +17,9 @@ class Porsche implements Vehicle
|
||||
|
||||
}
|
||||
|
||||
public function addTuningAMG()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user