feat: add OpenAPI tags to various controllers for improved API documentation

This commit is contained in:
hamed
2026-06-15 14:54:10 +03:30
parent e95c5c12d1
commit ec36eefeb8
20 changed files with 40 additions and 0 deletions
@@ -21,7 +21,9 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Security\Http\Attribute\CurrentUser;
use Symfony\Component\Security\Http\Attribute\IsGranted;
use OpenApi\Attributes as OA;
#[OA\Tag(name: 'Appointment Settings')]
#[IsGranted('IS_AUTHENTICATED_FULLY')]
class AppointmentSettingsController extends BaseController
{