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