Skip to content

Commit 24575f4

Browse files
committed
Merge pull request laravel#3500 from pedes42/master
Replace storage_path with database_path helper
2 parents 716e652 + 879bc14 commit 24575f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
'sqlite' => [
5050
'driver' => 'sqlite',
51-
'database' => storage_path('database.sqlite'),
51+
'database' => database_path('database.sqlite'),
5252
'prefix' => '',
5353
],
5454

0 commit comments

Comments
 (0)