Skip to content

Commit

Permalink
fix: $database undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 12, 2024
1 parent 933c8e5 commit 91c5275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NativeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function removeDatabase()

@unlink($databasePath);
@unlink($databasePath.'-shm');
@unlink($database.'-wal');
@unlink($databasePath.'-wal');
}

protected function configureDisks(): void
Expand Down

0 comments on commit 91c5275

Please sign in to comment.