Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit b418869

Browse files
committed
Merge branch '2.8'
* 2.8: fixed typo
2 parents 9ebfce3 + d06d448 commit b418869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @var Composer\Autoload\ClassLoader $loader
77
*/
88
$loader = require __DIR__.'/../app/autoload.php';
9-
include_once __DIR__.'/bootstrap.php.cache';
9+
include_once __DIR__.'/../app/bootstrap.php.cache';
1010

1111
// Enable APC for autoloading to improve performance.
1212
// You should change the ApcClassLoader first argument to a unique prefix

0 commit comments

Comments
 (0)