*/ public function rules(): array { return [ 'description' => 'required|string', 'log_unique_code' => 'required|numeric|unique:log_lists,log_unique_code', 'action_type' => 'required|string', ]; } }