File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5
5
* For the full copyright and license information, please view the LICENSE
6
6
* file that was distributed with this source code.
7
7
*/
8
- if (class_exists (Composer \Autoload \ClassLoader::class, false ) === false
9
- && is_file (__DIR__ . '/../vendor/autoload.php ' )
10
- ) {
8
+ if (is_file (__DIR__ . '/../vendor/autoload.php ' )) {
11
9
require_once __DIR__ . '/../vendor/autoload.php ' ;
12
10
} else {
13
11
require_once __DIR__ . '/init.php ' ;
Original file line number Diff line number Diff line change 5
5
* For the full copyright and license information, please view the LICENSE
6
6
* file that was distributed with this source code.
7
7
*/
8
- require __DIR__ . '/vendor/autoload.php ' ;
8
+ require __DIR__ . '/vendor/aplus/ autoload/src/Preloader .php ' ;
9
9
10
10
use Framework \Autoload \Preloader ;
11
11
You can’t perform that action at this time.
0 commit comments