We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea26328 commit 4b9b002Copy full SHA for 4b9b002
preload.php
@@ -5,7 +5,7 @@
5
* For the full copyright and license information, please view the LICENSE
6
* file that was distributed with this source code.
7
*/
8
-require __DIR__ . '/vendor/autoload.php';
+require __DIR__ . '/vendor/aplus/autoload/src/Preloader.php';
9
10
use Framework\Autoload\Preloader;
11
public/index.php
@@ -5,9 +5,7 @@
-if (class_exists(Composer\Autoload\ClassLoader::class, false) === false
- && is_file(__DIR__ . '/../vendor/autoload.php')
-) {
+if (is_file(__DIR__ . '/../vendor/autoload.php')) {
require __DIR__ . '/../vendor/autoload.php';
12
}
13
0 commit comments