Drop BaseController

This commit is contained in:
James Brooks
2014-11-17 11:40:37 +00:00
parent 00e05472f3
commit 929a9fc91d
2 changed files with 1 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
<?php
class HomeController extends BaseController {
class HomeController extends Controller {
public function showIndex() {
return View::make('index');
}