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

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