We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc9898 commit 0db497bCopy full SHA for 0db497b
tests/Integration/Database/MultiDatabaseTest.php
@@ -318,7 +318,6 @@ public function test_database_seed_on_selected_database(): void
318
->assertSuccess();
319
320
/** @var Book $book */
321
- /** @phpstan-ignore-next-line */
322
$book = query(Book::class)->select()->onDatabase('backup')->where('title', 'Timeline Taxi')->first();
323
324
$this->assertSame(
0 commit comments