diff --git a/src/Alias.php b/src/Alias.php index 7a9d785..a2a4703 100644 --- a/src/Alias.php +++ b/src/Alias.php @@ -184,7 +184,6 @@ class Alias //If it doesn't exist, skip it if (!class_exists($root) && !interface_exists($root)) { - $this->error("Class $root is not found."); return; }