示例#1
0
文件: Relation.php 项目: anavel/crud
 /**
  * @return Collection
  */
 public function getSecondaryRelations()
 {
     return $this->modelAbstractor->getRelations();
 }