feat: add slug field to events and implement tests for slug uniqueness per tenant

This commit is contained in:
2026-09-22 10:46:34 -03:00
parent 506f8a5176
commit 6efe8439c7
5 changed files with 129 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
namespace App\Domains\Ticketing\Event\Resources;
use App\Domains\Ticketing\Event\Services\EventDateGroupingService;
use App\Domains\Ticketing\Event\Models\Event;
use App\Domains\Ticketing\Event\Services\EventDateGroupingService;
use Illuminate\Http\Request;
use Illuminate\Http\Resources\Json\JsonResource;