diff options
author | Camil Staps | 2016-09-05 22:30:47 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-05 22:30:47 +0200 |
commit | fc5cef0efddbb1141b0a371108a23fc7f6e8d860 (patch) | |
tree | 8b3e62b50e5f856c57af477a78a51567d6e859f2 /bootstrap/app.php | |
parent | User creation and authentication (diff) |
Vote on verb suggestions
Diffstat (limited to 'bootstrap/app.php')
-rw-r--r-- | bootstrap/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/app.php b/bootstrap/app.php index 04f448e..c72ab23 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -68,6 +68,7 @@ $app->singleton( $app->routeMiddleware([ 'auth' => App\Http\Middleware\Authenticate::class, + 'login' => App\Http\Middleware\Login::class, ]); /* |