feat: enable ticketing for Fiesta Futbol Infantil catalog items; update services, migrations, seeders, and tests to reflect changes
This commit is contained in:
@@ -89,6 +89,7 @@ class FoodControllerTest extends TestCase
|
||||
'tenant_code' => $tenant->codigo,
|
||||
'slug' => 'comida',
|
||||
'nombre' => 'Comida',
|
||||
'has_tickets' => true,
|
||||
'category_id' => Category::query()
|
||||
->where('tenant_code', $tenant->codigo)
|
||||
->where('nombre', 'Comidas')
|
||||
|
||||
Reference in New Issue
Block a user