user()->company()->id)->whereIn('id', $this->transformKeys($value))->count() == count($value); } /** * @return string */ public function message() { return 'Invalid client ids'; } }