can('delete milestone')) { return false; } return true; } /** * @param MilestoneObject $object * @return bool */ protected function validators($object): bool { return true; } /** * @param MilestoneObject $object * @return bool */ protected function criteria($object): bool { return true; } }