Disabled some seeds, updated some routes.

This commit is contained in:
James Cole
2015-01-02 22:44:25 +01:00
parent 0bd6636453
commit 5476509ef5
5 changed files with 503 additions and 2744 deletions

View File

@@ -7,6 +7,7 @@ use Carbon\Carbon;
*/
class HomeController extends BaseController
{
/**
* @return \Illuminate\Http\RedirectResponse
*/
@@ -59,6 +60,18 @@ class HomeController extends BaseController
->with('mainTitleIcon', 'fa-fire');
}
/**
* @return string
*/
public function marauder()
{
echo '<pre>';
print_r(Input::all());
echo '</pre>';
return '';
}
/**
* @param $range
*