getRepositoryList() protected method

protected getRepositoryList ( $modelClass )
Exemplo n.º 1
0
 protected function getRepositoryList($model) : array
 {
     return parent::getRepositoryList($model) + $this->config['repositories'];
 }