feat: Implement OnTicketFeaturedGroup management; add controller, service, resource, request, routes, and tests for featured groups

This commit is contained in:
2026-08-04 13:17:00 -03:00
parent 84e45bb964
commit 3a039a6055
7 changed files with 489 additions and 0 deletions

View File

@@ -14,3 +14,5 @@ Route::prefix('tenants/{tenant:codigo}')->group(function (): void {
Route::get('catalog-items/{catalogItem}', [CatalogController::class, 'show']);
Route::post('catalog-items', [CatalogController::class, 'store']);
});
require __DIR__.'/adminapp.php';