Change default path
This commit is contained in:
parent
d5c93e12e9
commit
e1b23941ba
|
|
@ -48,7 +48,7 @@ return [
|
||||||
|
|
||||||
'sqlite' => [
|
'sqlite' => [
|
||||||
'driver' => 'sqlite',
|
'driver' => 'sqlite',
|
||||||
'database' => 'database/production.sqlite',
|
'database' => 'storage/database.sqlite',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue