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 1c00a02 commit 2027cd2Copy full SHA for 2027cd2
src/NativeServiceProvider.php
@@ -151,7 +151,7 @@ public function rewriteDatabase()
151
{
152
$databasePath = config('nativephp-internal.database_path');
153
154
- if (config('app.debug') && !Phar::running()) {
+ if (config('app.debug') && ! Phar::running()) {
155
$databasePath = database_path('nativephp.sqlite');
156
157
if (! file_exists($databasePath)) {
0 commit comments