mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Merge pull request #13 from danielboendergaard/root-count-bug
Fixed bug with several extra roots in extra classes
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