aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/app.php
diff options
context:
space:
mode:
authorCamil Staps2016-09-05 22:30:47 +0200
committerCamil Staps2016-09-05 22:30:47 +0200
commitfc5cef0efddbb1141b0a371108a23fc7f6e8d860 (patch)
tree8b3e62b50e5f856c57af477a78a51567d6e859f2 /bootstrap/app.php
parentUser creation and authentication (diff)
Vote on verb suggestions
Diffstat (limited to 'bootstrap/app.php')
-rw-r--r--bootstrap/app.php1
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,
]);
/*