use constant instead of string

This commit is contained in:
Trismegiste
2013-05-10 21:29:43 +02:00
parent cc765bde41
commit d4ae3bcd8f
5 changed files with 44 additions and 15 deletions

View File

@@ -17,4 +17,9 @@ class Porsche implements Vehicle
}
public function addTuningAMG()
{
}
}