Browse Source

Remove comment.

Taylor Otwell 10 years ago
parent
commit
a9c9b202b0
1 changed files with 0 additions and 13 deletions
  1. 0 13
      app/Http/Controllers/WelcomeController.php

+ 0 - 13
app/Http/Controllers/WelcomeController.php

@@ -2,19 +2,6 @@
 
 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.
 	 *