diff --git a/autoload.php b/autoload.php index 2893ecd..f567b8e 100644 --- a/autoload.php +++ b/autoload.php @@ -14,7 +14,7 @@ * @link https://www.php-fig.org/psr/psr-4/examples/ */ spl_autoload_register(function ($class) { - $prefix = 'Negundo\\'; + $prefix = 'Negundo\\Client\\'; $base_dir = __DIR__ . '/src/';