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