8000 Fix styling · NativePHP/laravel@6103ed5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6103ed5

Browse files
SRWieZgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 334b5de commit 6103ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NativeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function rewriteDatabase()
150150
$databasePath = config('nativephp-internal.database_path');
151151

152152
// Automatically create the database in development mode but not if we are running in a Phar
153-
if (config('app.debug') && ! Phar::running()) {
153+
if (config('app.debug') && ! Phar::running()) {
154154
$databasePath = database_path('nativephp.sqlite');
155155

156156
if (! file_exists($databasePath)) {

0 commit comments

Comments
 (0)
0