コード例 #1
0
ファイル: Order.php プロジェクト: eix/catalog
 protected function getDefaultDataSource()
 {
     return DataSource::getInstance(static::COLLECTION);
 }
コード例 #2
0
ファイル: Imports.php プロジェクト: eix/catalog
 protected function getDefaultDataSource()
 {
     return \Nohex\Eix\Services\Data\Sources\MongoDB::getInstance(static::COLLECTION);
 }