Merge pull request #3580 from jspekken/patch-1

Create a new middlware instance instead of filter.
This commit is contained in:
Graham Campbell 2015-12-02 08:19:52 +00:00
commit 5d6a3cf2ce
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Authenticate
protected $auth;
/**
* Create a new filter instance.
* Create a new middelware instance.
*
* @param Guard $auth
* @return void