Lint
This commit is contained in:
parent
d07a9a8372
commit
fc2b3d6885
|
@ -169,6 +169,9 @@ class MemberRequest extends FormRequest
|
|||
$validator->sometimes($attribute, $rules, $when);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array<string, mixed>
|
||||
*/
|
||||
protected function dataToInsert(): array
|
||||
{
|
||||
return $this->safe()->except('bank_account');
|
||||
|
|
Loading…
Reference in New Issue