Basic output of incidents
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
<?php
|
||||
|
||||
Route::get('/', function() {
|
||||
return View::make('hello');
|
||||
});
|
||||
Route::get('/', 'HomeController@showIndex');
|
||||
|
||||
Reference in New Issue
Block a user