From 668366ed8e6a3369db490cd9a28280ed936075fe Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 27 Apr 2015 14:08:02 +0200 Subject: Cleanup comments --- src/routes.php | 1 - 1 file changed, 1 deletion(-) (limited to 'src/routes.php') diff --git a/src/routes.php b/src/routes.php index 5d7b8b6..4e7aa9d 100644 --- a/src/routes.php +++ b/src/routes.php @@ -30,7 +30,6 @@ Route::group(array('https'), function() { Route::resource('user', 'CamilStaps\BotleaguesApi\UserController', ['except' => ['index', 'show', 'create','edit','store']]); - //'before' => 'current_user']); Route::group(array('before' => 'administrator'), function() { -- cgit v1.2.3