Remove comment.

This commit is contained in:
Taylor Otwell 2014-11-24 12:24:01 -06:00
parent da9dd7d389
commit a9c9b202b0

View File

@ -2,19 +2,6 @@
class WelcomeController extends Controller { class WelcomeController extends Controller {
/*
|--------------------------------------------------------------------------
| Default Home Controller
|--------------------------------------------------------------------------
|
| You may wish to use controllers instead of, or in addition to, Closure
| based routes. That's great! Here is an example controller method to
| get you started. To route to this controller, just add the route:
|
| $router->get('/', 'WelcomeController@index');
|
*/
/** /**
* Create a new controller instance. * Create a new controller instance.
* *