Skip to content

Commit

Permalink
Merge pull request #53 from fulldecent/patch-1
Browse files Browse the repository at this point in the history
Remove error if autoloader does not find class
  • Loading branch information
brianmc committed Sep 15, 2015
2 parents c43a425 + a67402f commit 8133aee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@

if (isset($classMap[$className])) {
include $classMap[$className];
} else {
echo 'Class not loaded: ' . $className;
}
});

0 comments on commit 8133aee

Please sign in to comment.