Controller examples

This commit is contained in:
Darren Jacoby
2017-06-21 17:29:41 +02:00
parent 43cbd1ec90
commit ca808db748
3 changed files with 33 additions and 0 deletions

View File

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