Create a new middlware instance instead of filter.

Shouldn't this be middleware?
This commit is contained in:
Jelle Spekken 2015-12-02 08:59:51 +01:00
parent 90b6578e3e
commit 39f0cd727a
1 changed files with 1 additions and 1 deletions

View File

@ -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