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'), ) );