Example #1
0
 /**
  * @return mixed
  */
 protected function getDefaultData()
 {
     return DataSets::counties($this->state);
 }
Example #2
0
 protected function getDefaultData()
 {
     return DataSets::states();
 }