Merge branch 'master' of https://git.mcnd.ca/mcndave/negundo-client
This commit is contained in:
commit
e75e7c42be
|
@ -14,7 +14,7 @@
|
||||||
* @link https://www.php-fig.org/psr/psr-4/examples/
|
* @link https://www.php-fig.org/psr/psr-4/examples/
|
||||||
*/
|
*/
|
||||||
spl_autoload_register(function ($class) {
|
spl_autoload_register(function ($class) {
|
||||||
$prefix = 'Negundo\\';
|
$prefix = 'Negundo\\Client\\';
|
||||||
|
|
||||||
$base_dir = __DIR__ . '/src/';
|
$base_dir = __DIR__ . '/src/';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue