Skip to content

Commit 662cdc7

Browse files
committed
ITT: Fixture migrations.
1 parent 421bd38 commit 662cdc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/TestingTools/fixture/app/Providers/FixtureServiceProvider.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ public function register()
1010
$this->registerCommands();
1111
}
1212

13+
public function boot()
14+
{
15+
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations/');
16+
}
17+
1318
private function registerAliases()
1419
{
1520
$this->app->booting(function () {

0 commit comments

Comments
 (0)