Updated composer and solved namespace bug

This commit is contained in:
Kevin Frantz
2018-09-05 17:27:58 +02:00
parent e30fd95ff6
commit d61545a62e
2 changed files with 22 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<?php
namespace Controller;
namespace App\Controller;
use PHPUnit\Framework\TestCase;
use App\Controller\UserController;