Skip to content

Commit 4e0b15f

Browse files
committed
Use new bootstrap/cache for cached optimizations loaded during bootstrapping.
1 parent 3e9422b commit 4e0b15f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bootstrap/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
|
2828
*/
2929

30-
$compiledPath = __DIR__.'/../vendor/compiled.php';
30+
$compiledPath = __DIR__.'/cache/compiled.php';
3131

3232
if (file_exists($compiledPath)) {
3333
require $compiledPath;

bootstrap/cache/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)