Yaroslav
Yaroslav
Возможно для модулей сделать не прямое удаление с базы пользователю а ставить флаг (убирать с общего списка) и только админ может удалять окончательно или по таймеру.
In my case, I need to check the files for new keys and add them to the database, without updating/overwriting the values for the existing translations. On local add new...
Hi, i trying use diferrent responses for one status code, but only one response generated, in doc: ``` #[OpenApi\Response(factory: ErrorUnauthenticatedResponse::class, statusCode: 401)] #[OpenApi\Response(factory: ErrorForbiddenResponse::class, statusCode: 401)] ``` my code: ```...