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