示例#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);
 }