From 41541d8f8869d2ccc8a893652267d4dfbf87f21e Mon Sep 17 00:00:00 2001 From: Divine Niiquaye Date: Sun, 23 Jun 2019 04:21:13 +0000 Subject: [PATCH] fixed autoload.php --- autoload.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autoload.php b/autoload.php index 58fc471..4630478 100644 --- a/autoload.php +++ b/autoload.php @@ -25,12 +25,10 @@ 'BiuradPHP\Toolbox\ConsoleLite\Exceptions' => '/src/Exceptions', 'BiuradPHP\Toolbox\ConsoleLite\Interfaces' => '/src/Interfaces', 'BiuradPHP\Toolbox\ConsoleLite\Stuble' => '/src/Stuble', - 'BiuradPHP\Toolbox\FilePHP' => 'C:/wamp64/www/biurad-development/Vendor/filephp/src', ]; /* @var boolean[] Where $_arrautoload['namespace' or 'namespace\Class']=true if it's absolute (it uses the full path) */ const s5cff67b7d578d__arrautoloadAbsolute = [ - 'BiuradPHP\Toolbox\FilePHP' => true, ]; /** @@ -94,4 +92,5 @@ function s5cff67b7d578d__loadIfExists($filename, $key) s5cff67b7d578d__auto($class_name); }); // autorun +@include __DIR__.'../../../autoload.php'; @include __DIR__.'/vendor/autoload.php';