コード例 #1
0
ファイル: CacheRepository.php プロジェクト: yajra/cms-core
 /**
  * Install an extension.
  *
  * @param string $type
  * @param array $attributes
  * @return \Yajra\CMS\Entities\Extension
  */
 public function install($type, array $attributes)
 {
     return $this->repository->install($type, $attributes);
 }