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 d0c3016 commit 7889698Copy full SHA for 7889698
src/DatabaseMigrations.php
@@ -19,6 +19,7 @@ public function setUpDatabaseMigrations(): void
19
ApplicationContext::getContainer()->get(ConfigInterface::class)->set('databases.default', $this->database);
20
21
$this->fresh();
22
+ $this->seed();
23
}
24
25
public function tearDownDatabaseMigrations(): void
0 commit comments