Extend controller by default.

This commit is contained in:
Taylor Otwell
2014-10-15 08:34:33 -05:00
parent bc593c17aa
commit 0cd9ee1e90
4 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
<?php namespace App\Http\Controllers;
class HomeController {
use Illuminate\Routing\Controller;
class HomeController extends Controller {
/*
|--------------------------------------------------------------------------