can('view document')) { return false; } */ return true; } /** * @param DocumentObject $object * @return bool */ protected function validators($object): bool { return true; } /** * @param DocumentObject $object * @return bool */ protected function criteria($object): bool { return true; } }