Skip to content

Commit 7889698

Browse files
authored
chore: add seed in DatabaseMigrations trait
1 parent d0c3016 commit 7889698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DatabaseMigrations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function setUpDatabaseMigrations(): void
1919
ApplicationContext::getContainer()->get(ConfigInterface::class)->set('databases.default', $this->database);
2020

2121
$this->fresh();
22+
$this->seed();
2223
}
2324

2425
public function tearDownDatabaseMigrations(): void

0 commit comments

Comments
 (0)