File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ set_time_limit(0);
15
15
* @var Composer\Autoload\ClassLoader $loader
16
16
*/
17
17
$ loader = require __DIR__ .'/../app/autoload.php ' ;
18
- require_once __DIR__ .'/../app/MicroKernel.php ' ;
19
18
20
19
21
20
Original file line number Diff line number Diff line change 6
6
"autoload" : {
7
7
"psr-4" : {
8
8
"" : " src/"
9
- }
9
+ },
10
+ "classmap" : [
11
+ " app/MicroKernel.php"
12
+ ]
10
13
},
11
14
"autoload-dev" : {
12
15
"psr-4" : {
Original file line number Diff line number Diff line change 3
3
use Symfony \Component \HttpFoundation \Request ;
4
4
5
5
$ loader = require __DIR__ .'/../app/autoload.php ' ;
6
- require_once __DIR__ .'/../app/MicroKernel.php ' ;
7
6
8
7
$ app = new MicroKernel ('prod ' , false );
9
8
$ app ->loadClassCache ();
Original file line number Diff line number Diff line change 19
19
}
20
20
*/
21
21
$ loader = require __DIR__ .'/../app/autoload.php ' ;
22
- require_once __DIR__ .'/../app/MicroKernel.php ' ;
23
22
24
23
Debug::enable ();
25
24
You can’t perform that action at this time.
0 commit comments