Commit 24575f4b authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3500 from pedes42/master

Replace storage_path with database_path helper
parents 716e6526 879bc146
......@@ -48,7 +48,7 @@ return [
'sqlite' => [
'driver' => 'sqlite',
'database' => storage_path('database.sqlite'),
'database' => database_path('database.sqlite'),
'prefix' => '',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment