X-Git-Url: https://git.cweiske.de/anoweco.git/blobdiff_plain/6c7675f8f675d5a2ca5f863d95b3c1d881f9af3f..HEAD:/src/anoweco/autoload.php diff --git a/src/anoweco/autoload.php b/src/anoweco/autoload.php index 5fb876a..515e8fa 100644 --- a/src/anoweco/autoload.php +++ b/src/anoweco/autoload.php @@ -26,6 +26,7 @@ if (file_exists(__DIR__ . '/../../lib/PEAR.php')) { ); } +require_once __DIR__ . '/../../vendor/autoload.php'; spl_autoload_register( function ($class) { $file = str_replace(array('\\', '_'), '/', $class) . '.php';