Skip to content

Commit

Permalink
fixed autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Divine Niiquaye committed Jun 23, 2019
1 parent 911a021 commit 41541d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

/**
Expand Down Expand Up @@ -94,4 +92,5 @@ function s5cff67b7d578d__loadIfExists($filename, $key)
s5cff67b7d578d__auto($class_name);
});
// autorun
@include __DIR__.'../../../autoload.php';
@include __DIR__.'/vendor/autoload.php';

0 comments on commit 41541d8

Please sign in to comment.