mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 09:11:17 +02:00
Make the method abstract on the Bridhe pattern
This commit is contained in:
@@ -16,7 +16,5 @@ abstract class Vehicle
|
|||||||
$this->workShop2 = $workShop2;
|
$this->workShop2 = $workShop2;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function manufacture()
|
abstract public function manufacture();
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user