Remove message.

This commit is contained in:
Barry vd. Heuvel
2014-08-12 09:14:43 +02:00
parent 1b608fc446
commit 25ec6bd1ea
-1
View File
@@ -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;
}