Skip to content

Commit 2027cd2

Browse files
SRWieZgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1c00a02 commit 2027cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NativeServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function rewriteDatabase()
151151
{
152152
$databasePath = config('nativephp-internal.database_path');
153153

154-
if (config('app.debug') && !Phar::running()) {
154+
if (config('app.debug') && ! Phar::running()) {
155155
$databasePath = database_path('nativephp.sqlite');
156156

157157
if (! file_exists($databasePath)) {

0 commit comments

Comments
 (0)