|string> */ public function rules(): array { return [ 'axis_type_id' => 'required|integer|exists:axis_types,id', ]; } }