No need to extend controller.

This commit is contained in:
Taylor Otwell 2014-10-05 23:43:21 -05:00
parent 8a2f8bb2c7
commit ab53517076
1 changed files with 1 additions and 3 deletions

View File

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