- Fixed the namespace for the autoload

This commit is contained in:
Dave Mc Nicoll 2023-03-30 18:15:31 +00:00
parent f8b018144b
commit 48315e74b2
1 changed files with 1 additions and 1 deletions

View File

@ -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/';