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

@@ -0,0 +1,10 @@
<?php
namespace App\Controllers;
use Sober\Controller\Controller;
class FrontPage extends Controller
{
}