Authenticate api requests

This commit is contained in:
Joseph Cohen
2015-05-20 17:01:26 -05:00
parent af69c99896
commit 78b7dc92d6
2 changed files with 23 additions and 3 deletions
+2 -2
View File
@@ -21,14 +21,14 @@ class Authenticate
/**
* The Guard implementation.
*
* @var Guard
* @var \Illuminate\Contracts\Auth\Guard
*/
protected $auth;
/**
* Create a new filter instance.
*
* @param Guard $auth
* @param \Illuminate\Contracts\Auth\Guard $auth
*/
public function __construct(Guard $auth)
{