Example #1
0
 /**
  * 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);
 }