diff options
author | Camil Staps | 2015-04-27 14:08:02 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-27 14:08:02 +0200 |
commit | 668366ed8e6a3369db490cd9a28280ed936075fe (patch) | |
tree | 5c3d4d856a33deb2c8f1a3091a30e30229d15989 /src | |
parent | Competitions; CompetitionTypes; Participants; better routing; administrators;... (diff) |
Cleanup comments
Diffstat (limited to 'src')
-rw-r--r-- | src/routes.php | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |