Exemplo n.º 1
0
 protected function getDefaultDataSource()
 {
     return DataSource::getInstance(static::COLLECTION);
 }
Exemplo n.º 2
0
 protected function getDefaultDataSource()
 {
     return \Nohex\Eix\Services\Data\Sources\MongoDB::getInstance(static::COLLECTION);
 }