check(); } public function _rules(): array { return [ 'projects' => 'nullable|exists:projects,id|array', ]; } }