check(); } public function rules(): array { return [ 'student_id' => ['nullable', 'integer', 'min:1'], 'guardian_id' => ['nullable', 'integer', 'min:1'], ]; } }