예제 #1
0
파일: Base.php 프로젝트: efueger/framework
 /**
  * @param $name
  * @return array|callable|null|object|string
  */
 public function configured($name)
 {
     return $this->sm->configured($name);
 }
예제 #2
0
 /**
  * @param string $name
  * @return array|callable|Config|null|object|string
  */
 public function configured($name)
 {
     return $this->provider->configured($name);
 }