Change how controller is aliased.

This commit is contained in:
Taylor Otwell
2014-08-20 21:46:01 -05:00
parent 59289aff68
commit e7617ff19b
2 changed files with 2 additions and 2 deletions

View File

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