Minor cs fixes
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
Route::get('/', function()
|
||||
{
|
||||
return View::make('hello');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user
@@ -14,4 +14,4 @@
|
||||
Route::get('/', function()
|
||||
{
|
||||
return View::make('hello');
|
||||
});
|
||||
});
|
||||
|
||||