Remove unnecessary alias.

This commit is contained in:
Taylor Otwell
2014-08-21 23:41:47 -05:00
parent 35df36febb
commit ca3c8c3e56
2 changed files with 2 additions and 1 deletions

View File

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