fix(#12): correct mispelled word recipe

fix(#12): correct mispelled word recipe
This commit is contained in:
Benjamin Nussbaum 2025-04-26 12:06:44 +02:00
parent 302730c81e
commit f530875210
17 changed files with 93 additions and 46 deletions

View file

@ -33,7 +33,7 @@ class DatabaseSeeder extends Seeder
// Plugin::factory(3)->create();
$this->call([
ExampleReceiptsSeeder::class,
ExampleRecipesSeeder::class,
]);
}
}