mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-03 09:42:31 +02:00
PHP7 Prototype
This commit is contained in:
@@ -9,9 +9,6 @@ class BarBookPrototype extends BookPrototype
|
||||
*/
|
||||
protected $category = 'Bar';
|
||||
|
||||
/**
|
||||
* empty clone.
|
||||
*/
|
||||
public function __clone()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user