Basic output of incidents

This commit is contained in:
James Brooks
2014-11-16 23:17:34 +00:00
parent ba6892e858
commit fab38a766d
6 changed files with 44 additions and 23 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
<?php
Route::get('/', function() {
return View::make('hello');
});
Route::get('/', 'HomeController@showIndex');