Skip to content

Commit 262dec1

Browse files
committed
Add more paths.
1 parent c33453e commit 262dec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap/paths.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@
6666
*/
6767

6868
'commands' => __DIR__.'/../app/src/Console',
69+
'config' => __DIR__.'/../app/config',
6970
'controllers' => __DIR__.'/../app/src/Http/Controllers',
71+
'database' => __DIR__.'/../app/database',
7072
'filters' => __DIR__.'/../app/src/Http/Filters',
73+
'lang' => __DIR__.'/../app/lang',
7174
'requests' => __DIR__.'/../app/src/Http/Requests',
7275
'src' => __DIR__.'/../app/src',
7376

0 commit comments

Comments
 (0)