Skip to content

Commit f1bf65e

Browse files
authored
Add basePath config
1 parent 11429bd commit f1bf65e

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
@@ -4,5 +4,6 @@
44
use function DI\object;
55

66
return [
7+
'basePath' => __DIR__ . '/../',
78
//Define your exercise factories here
89
];

0 commit comments

Comments
 (0)