PSR4 loading for Controller 2.0.0

This commit is contained in:
Darren Jacoby
2018-02-07 17:39:35 +02:00
parent 4981becae9
commit 4470c26ddd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App;
namespace App\Controllers;
use Sober\Controller\Controller;

View File

@@ -1,6 +1,6 @@
<?php
namespace App;
namespace App\Controllers;
use Sober\Controller\Controller;