getRepo()->findByPublicIdsWithTrashed($ids); foreach ($entities as $entity) { $this->getRepo()->$action($entity); } return count($entities); } }