mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Fixed bug with several extra roots in extra classes
Signed-off-by: Daniel Bondergaard <[email protected]>
This commit is contained in:
Regular → Executable
+1
-1
@@ -184,8 +184,8 @@ namespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n";
|
||||
}
|
||||
|
||||
if(array_key_exists($alias, $extra)){
|
||||
$i = 2;
|
||||
foreach($extra[$alias] as $extraClass){
|
||||
$i =2;
|
||||
if(!class_exists($extraClass) && !interface_exists($extraClass)){
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user