mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-21 19:43:10 +00:00
Remove message.
This commit is contained in:
@@ -184,7 +184,6 @@ 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 $root is not found.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user