mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 06:57:25 +02:00
cs AbstractFactory
This commit is contained in:
@@ -25,7 +25,6 @@ namespace DesignPatterns\Command;
|
||||
*/
|
||||
interface Command
|
||||
{
|
||||
|
||||
/**
|
||||
* this is the most important method in the Command pattern,
|
||||
* The Receiver goes in the constructor.
|
||||
|
Reference in New Issue
Block a user