Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove error if autoloader does not find class
So this library can play nice with other autoloaders
  • Loading branch information
fulldecent committed Jun 9, 2015
1 parent 010ec05 commit a67402f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload.php
Expand Up @@ -14,7 +14,5 @@

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

0 comments on commit a67402f

Please sign in to comment.