Merge pull request #3500 from pedes42/master
Replace storage_path with database_path helper
This commit is contained in:
commit
24575f4b89
|
@ -48,7 +48,7 @@
|
|||
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
'database' => storage_path('database.sqlite'),
|
||||
'database' => database_path('database.sqlite'),
|
||||
'prefix' => '',
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue