seed baderech haavodah

This commit is contained in:
Yisroel Baum 2026-05-25 19:31:07 +03:00
parent ff1bea92c5
commit 6aa2a70661
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 29 additions and 0 deletions

View file

@ -10,6 +10,7 @@ class DatabaseSeeder extends Seeder
{
$this->call([
UserSeeder::class,
BaderechHaAvodahSeeder::class,
]);
}
}