complete enum code for event and fix the ether code

This commit is contained in:
2025-04-30 09:22:30 +03:30
parent 46c7c11260
commit a5ff2adf7c
5 changed files with 18 additions and 30 deletions

View File

@@ -7,21 +7,10 @@ use Illuminate\Contracts\Validation\ValidationRule;
use Illuminate\Foundation\Http\FormRequest;
use Illuminate\Validation\Validator;
/**
* @property mixed $call
* @property mixed $category_id
* @property mixed $subcategory_id
* @OA\Schema(
* * schema="UpdateCallDataRequest",
* * title="Update Call Data",
* * description="OperatorActivity",
* * @OA\Property( property="category_id", type="integer", format="int64", title="category_id", description="category id of caller request"),
* * @OA\Property( property="subcategory_id", type="integer", format="int64", title="subcategory_id", description="subcategory id of caller request"),
* * @OA\Property( property="description", type="string", title="description", description="operator description"),
* * ),
*/
class UpdateRequest extends FormRequest
{
private mixed $category_id;
/**
* Determine if the user is authorized to make this request.
*/