Skip to content

Commit 896cfd7

Browse files
committed
Fake basePath for compilation
1 parent edebf67 commit 896cfd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118

119119
return $app;
120120
}),
121+
'basePath' => __DIR__ . '/../',
121122
'app' => factory(function (ContainerInterface $c): App {
122123
$app = Bridge::create($c);
123124
$app->addRoutingMiddleware();

0 commit comments

Comments
 (0)