mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Fix error
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ class Alias
|
|||||||
|
|
||||||
//If it doesn't exist, skip it
|
//If it doesn't exist, skip it
|
||||||
if (!class_exists($root) && !interface_exists($root)) {
|
if (!class_exists($root) && !interface_exists($root)) {
|
||||||
$this->error("Class $this->root is not found.");
|
$this->error("Class $root is not found.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user