mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Fix a copy paste error (probably)
I don't use this helper, however, I guess that line wasnt correct.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ class Generator
|
||||
protected function detectDrivers()
|
||||
{
|
||||
try{
|
||||
if (class_exists('Cache')) {
|
||||
if (class_exists('Auth')) {
|
||||
$class = get_class(\Auth::driver());
|
||||
$this->extra['Auth'] = array($class);
|
||||
$this->interfaces['\Illuminate\Auth\UserProviderInterface'] = $class;
|
||||
|
||||
Reference in New Issue
Block a user