From 39f0cd727a27489450b226c25a941353bf12d10e Mon Sep 17 00:00:00 2001 From: Jelle Spekken Date: Wed, 2 Dec 2015 08:59:51 +0100 Subject: [PATCH] Create a new middlware instance instead of filter. Shouldn't this be middleware? --- app/Http/Middleware/Authenticate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index 4fbafecf860..538220fbf1b 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -15,7 +15,7 @@ class Authenticate protected $auth; /** - * Create a new filter instance. + * Create a new middelware instance. * * @param Guard $auth * @return void