Create a new middlware instance instead of filter.
Shouldn't this be middleware?
This commit is contained in:
@@ -15,7 +15,7 @@ class Authenticate
|
||||
protected $auth;
|
||||
|
||||
/**
|
||||
* Create a new filter instance.
|
||||
* Create a new middelware instance.
|
||||
*
|
||||
* @param Guard $auth
|
||||
* @return void
|
||||
|
||||
Reference in New Issue
Block a user