Example #1
0
 /**
  * load any data from a table and group combo
  * into the config.
  *
  * @param string $table
  * @param string $group
  * @return $this
  */
 public function importFromDb($table = 'config', $group = '--')
 {
     $group = $this->consumerKey;
     return parent::importFromDb($table, $group);
 }