We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334b5de commit 6103ed5Copy full SHA for 6103ed5
src/NativeServiceProvider.php
@@ -150,7 +150,7 @@ public function rewriteDatabase()
150
$databasePath = config('nativephp-internal.database_path');
151
152
// Automatically create the database in development mode but not if we are running in a Phar
153
- if (config('app.debug') && ! Phar::running()) {
+ if (config('app.debug') && ! Phar::running()) {
154
$databasePath = database_path('nativephp.sqlite');
155
156
if (! file_exists($databasePath)) {
0 commit comments