예제 #1
0
 /**
  * @return array
  */
 public function generate()
 {
     $config = parent::generate();
     $config['env'] = 'test';
     $config['hahaha'] = 'lol';
     return $config;
 }
예제 #2
0
 /**
  * @inheritdoc
  */
 public function generate()
 {
     $config = parent::generate();
     return $config;
 }