예제 #1
0
 public function getAll()
 {
     $plugins = array_merge($this->bootstrap_repository->getAll(), parent::getAll());
     return $plugins;
 }