Update controller examples

This commit is contained in:
Ben Word
2017-10-30 09:53:47 -06:00
parent 59cd31540d
commit fe66ed52cd
3 changed files with 1 additions and 11 deletions

View File

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

View File

@@ -4,7 +4,7 @@ namespace App;
use Sober\Controller\Controller;
class About extends Controller
class FrontPage extends Controller
{
}