Make the method abstract on the Bridhe pattern

This commit is contained in:
Jeloo
2016-06-23 22:35:11 +03:00
parent 2b515f1863
commit 5e872d89ff

View File

@@ -16,7 +16,5 @@ abstract class Vehicle
$this->workShop2 = $workShop2;
}
public function manufacture()
{
}
abstract public function manufacture();
}