mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 09:12:34 +01:00
Merge pull request #223 from Jeloo/bridge_vehicle_fix
Make the method abstract on the Bridhe pattern
This commit is contained in:
commit
c6ee057b4b
@ -16,7 +16,5 @@ abstract class Vehicle
|
||||
$this->workShop2 = $workShop2;
|
||||
}
|
||||
|
||||
public function manufacture()
|
||||
{
|
||||
}
|
||||
abstract public function manufacture();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user