Authenticatable Contract for User model

This commit is contained in:
Matt Wells
2015-02-17 10:54:52 +00:00
parent 1f5e436d00
commit 7917ba911f
+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'),
) )
); );