From 25ec6bd1eab1c230f63dc9ecb7c32f7aab8877c3 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 12 Aug 2014 09:14:43 +0200 Subject: [PATCH] Remove message. --- src/Alias.php | 1 - 1 file changed, 1 deletion(-) 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; }