|string> */ public function rules(): array { return [ 'file' => ['required', 'image', 'mimes:jpg,jpeg,png,webp', 'max:10240'], ]; } }