Fixes for psr-4 standard

This commit is contained in:
Antonio de la Rosa 2015-04-21 04:25:21 +02:00
parent 234c70d317
commit 6d8550a1bb
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<?php
namespace PhaView;
use PhaUtils\Utils;
namespace PhangoApp\PhaView;
use PhangoApp\PhaUtils\Utils;
class View {