- Fixed the namespace for the autoload
This commit is contained in:
parent
f8b018144b
commit
48315e74b2
|
@ -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/';
|
||||
|
||||
|
|
Loading…
Reference in New Issue