Skip to content

Commit 91c5275

Browse files
committed
fix: $database undefined
1 parent 933c8e5 commit 91c5275

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
@@ -163,7 +163,7 @@ public function removeDatabase()
163163

164164
@unlink($databasePath);
165165
@unlink($databasePath.'-shm');
166-
@unlink($database.'-wal');
166+
@unlink($databasePath.'-wal');
167167
}
168168

169169
protected function configureDisks(): void

0 commit comments

Comments
 (0)