From c0aaabb6d753cb27aa980dac01969772e2af5738 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 28 Jan 2015 10:02:50 +0100 Subject: [PATCH] Update config --- config/ide-helper.php | 7 ++----- resources/views/helper.php | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/config/ide-helper.php b/config/ide-helper.php index 18acac0..c6b90f9 100644 --- a/config/ide-helper.php +++ b/config/ide-helper.php @@ -1,7 +1,5 @@ array( - 'app/models', + 'app', ), @@ -57,7 +55,6 @@ return array( */ 'extra' => array( - 'Artisan' => array('Illuminate\Foundation\Artisan'), 'Eloquent' => array('Illuminate\Database\Eloquent\Builder', 'Illuminate\Database\Query\Builder'), 'Session' => array('Illuminate\Session\Store'), ), @@ -86,7 +83,7 @@ return array( */ 'interfaces' => array( - '\Illuminate\Auth\UserInterface' => Config::get('auth.model', 'User'), + '\Illuminate\Auth\UserInterface' => config('auth.model', 'User'), ) ); diff --git a/resources/views/helper.php b/resources/views/helper.php index fb34570..d6ba1cc 100644 --- a/resources/views/helper.php +++ b/resources/views/helper.php @@ -1,7 +1,7 @@ /** - * An helper file for Laravel 4, to provide autocomplete information to your IDE + * An helper file for Laravel 5, to provide autocomplete information to your IDE * Generated for Laravel on . * * @author Barry vd. Heuvel