This commit is contained in:
Dave Mc Nicoll 2023-04-13 15:47:18 -04:00
commit e75e7c42be
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/';