コード例 #1
0
 /**
  * Setup the configuration.
  *
  * @return void
  */
 protected function setupConfig()
 {
     $this->app->configure('api');
     parent::setupConfig();
 }