예제 #1
0
파일: Manager.php 프로젝트: silov/framework
 /**
  * @inheritDoc
  */
 public function destroy($id)
 {
     return $this->storage->destroy($id);
 }