mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 04:30:16 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -7,7 +7,7 @@ namespace DesignPatterns\Behavioral\Command;
|
||||
* This concrete command tweaks receiver to add current date to messages
|
||||
* invoker just knows that it can call "execute"
|
||||
*/
|
||||
class AddMessageDateCommand implements UndoableCommandInterface
|
||||
class AddMessageDateCommand implements UndoableCommand
|
||||
{
|
||||
/**
|
||||
* @var Receiver
|
||||
|
Reference in New Issue
Block a user