Skip to content

Commit 8133aee

Browse files
committed
Merge pull request #53 from fulldecent/patch-1
Remove error if autoloader does not find class
2 parents c43a425 + a67402f commit 8133aee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload.php

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414

1515
if (isset($classMap[$className])) {
1616
include $classMap[$className];
17-
} else {
18-
echo 'Class not loaded: ' . $className;
1917
}
2018
});

0 commit comments

Comments
 (0)