Skip to content

Commit 0db497b

Browse files
committed
wip
1 parent 6cc9898 commit 0db497b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/Database/MultiDatabaseTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ public function test_database_seed_on_selected_database(): void
318318
->assertSuccess();
319319

320320
/** @var Book $book */
321-
/** @phpstan-ignore-next-line */
322321
$book = query(Book::class)->select()->onDatabase('backup')->where('title', 'Timeline Taxi')->first();
323322

324323
$this->assertSame(

0 commit comments

Comments
 (0)