Skip to content

Commit

Permalink
Updated namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
letr0n committed Aug 16, 2016
1 parent 7791bcb commit 0e83f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/cli/ErrorHandlerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @license http://www.makoframework.com/license
*/

namespace mako\application\services\cli;
namespace letron\error\services\cli;

use letron\error\ErrorHandler;
use letron\error\handlers\CLIHandler;
Expand Down
2 changes: 1 addition & 1 deletion src/services/web/ErrorHandlerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @license http://www.makoframework.com/license
*/

namespace mako\application\services\web;
namespace letron\error\services\web;

use letron\error\ErrorHandler;
use letron\error\handlers\WebHandler;
Expand Down

0 comments on commit 0e83f8a

Please sign in to comment.