PSR4 loading for Controller 2.0.0

This commit is contained in:
Darren Jacoby
2018-02-07 17:39:35 +02:00
parent b3dcb3448a
commit 63c720c483
2 changed files with 2 additions and 2 deletions

View File

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

View File

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