2FAccounts seeder declaration

This commit is contained in:
Bubka 2019-06-24 00:26:27 +02:00
parent 46bfea7845
commit 06bad2767d

View File

@ -13,6 +13,7 @@ public function run()
{
$this->call([
UsersTableSeeder::class,
TwoFAccountsTableSeeder::class
]);
}
}