Change default Controller path to app/controllers

This commit is contained in:
Darren Jacoby
2017-08-20 19:14:46 +02:00
parent 499f809c6e
commit dcbd5a7366
3 changed files with 0 additions and 0 deletions

10
app/controllers/Home.php Normal file
View File

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