Update composer package pear2/services_linkback from v0.3.0 to v0.4.0
[anoweco.git] / src / anoweco / autoload.php
index 5fb876a7e330467ce6f85ebbd1a056e8fa53b741..515e8fa7907efa0f62f7fff9330d19f79bb0d154 100644 (file)
@@ -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';
 spl_autoload_register(
     function ($class) {
         $file = str_replace(array('\\', '_'), '/', $class) . '.php';