From fc5cef0efddbb1141b0a371108a23fc7f6e8d860 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 5 Sep 2016 22:30:47 +0200 Subject: Vote on verb suggestions --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/app.php') 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, ]); /* -- cgit v1.2.3