Merge pull request #169 from mattwells/master

Authenticatable Contract for User model
This commit is contained in:
Barry vd. Heuvel
2015-02-17 13:55:39 +01:00
+1 -1
View File
@@ -83,7 +83,7 @@ return array(
*/ */
'interfaces' => array( 'interfaces' => array(
'\Illuminate\Auth\UserInterface' => config('auth.model', 'User'), '\Illuminate\Contracts\Auth\Authenticatable' => config('auth.model', 'App\User'),
) )
); );