mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
@@ -108,7 +108,7 @@ class GeneratorCommand extends Command {
|
||||
$root = $facade;
|
||||
}
|
||||
|
||||
if(in_array($root, $replace)){
|
||||
if(array_key_exists($root, $replace)){
|
||||
$root = $replace[$root];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user