Skip to content

Commit 707d63e

Browse files
committed
Use base_path() instead
1 parent abe23c1 commit 707d63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** The list of directories you want to fix. These are the default laravel directories. */
1414
'find_directories' => [
15-
app_path(),
16-
config_path(),
15+
base_path('/app'),
16+
base_path('/config'),
1717
database_path(),
1818
resource_path(),
1919
base_path('/routes'),

0 commit comments

Comments
 (0)