fix the updaterequest

This commit is contained in:
2025-04-30 09:30:08 +03:30
parent a5ff2adf7c
commit d8798b6d5a

View File

@@ -9,8 +9,6 @@ use Illuminate\Validation\Validator;
class UpdateRequest extends FormRequest
{
private mixed $category_id;
/**
* Determine if the user is authorized to make this request.
*/