Remove all traces of AudioBook, clean up some warnings

This commit is contained in:
Gilles Crettenand
2015-06-03 14:22:20 +02:00
parent eeaa6aa01f
commit de7864de4c
8 changed files with 101 additions and 266 deletions

View File

@@ -12,6 +12,7 @@ spl_autoload_register(function ($class) {
$path = sprintf('%s/%s.php', __DIR__, str_replace('\\', '/', $class));
if (file_exists($path)) {
/** @noinspection PhpIncludeInspection */
require $path;
}
});