mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-24 00:31:15 +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;
|
||||
}
|
||||
|
||||
public function manufacture()
|
||||
{
|
||||
}
|
||||
abstract public function manufacture();
|
||||
}
|
||||
|
Reference in New Issue
Block a user