예제 #1
0
 /**
  * @param $ids
  * @param bool $permanent
  * @return mixed
  */
 public function deletePages($ids, $permanent = false)
 {
     return $this->repository->deletePages($ids, $permanent);
 }