From 7917ba911fb258f697061c7056b079b63e99265a Mon Sep 17 00:00:00 2001 From: Matt Wells Date: Tue, 17 Feb 2015 10:54:52 +0000 Subject: [PATCH] Authenticatable Contract for User model --- config/ide-helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ide-helper.php b/config/ide-helper.php index c6b90f9..d0dd7d6 100644 --- a/config/ide-helper.php +++ b/config/ide-helper.php @@ -83,7 +83,7 @@ return array( */ 'interfaces' => array( - '\Illuminate\Auth\UserInterface' => config('auth.model', 'User'), + '\Illuminate\Contracts\Auth\Authenticatable' => config('auth.model', 'App\User'), ) );