Behavioral\Command restructured

This commit is contained in:
Antonio Spinelli
2014-03-24 09:14:05 -03:00
parent e59d70a0ac
commit 3e515daa0f
5 changed files with 15 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace DesignPatterns\Command;
namespace DesignPatterns\Behavioral\Command;
/**
* Invoker is using the command given to it.