serializacja dostepne parametry

    /**
     * @Assert\GreaterThan(0)
     * @SerializedName("productId")
     * @OA\Property(property="productId")
     */
    public readonly ?int $productId;
Komentarze wyłączone