summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-hoa-http-autoload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-hoa-http-autoload.php b/php-hoa-http-autoload.php
index d89bd14..e40fa04 100644
--- a/php-hoa-http-autoload.php
+++ b/php-hoa-http-autoload.php
@@ -7,10 +7,10 @@ $vendor = '/usr/share/php';
foreach ([
$vendor . '/Hoa/Consistency/autoload.php' => true,
$vendor . '/Hoa/Exception/autoload.php' => true,
- $vendor . '/Hoa/Zformat/autoload.php' => true,
+ $vendor . '/Hoa/Stream/autoload.php' => true,
] as $dep => $mandatory) {
if ($mandatory || file_exists($dep)) require_once($dep);
}
-$fedoraHoaLoader->addNamespace('Hoa\\Router\\', __DIR__, true);
+$fedoraHoaLoader->addNamespace('Hoa\\Http\\', __DIR__, true);