예제 #1
0
파일: Base.php 프로젝트: efueger/framework
 /**
  * @return Configuration
  */
 public function config()
 {
     return $this->sm->config();
 }
예제 #2
0
 /**
  * @return Configuration
  */
 public function config()
 {
     return $this->provider->config();
 }