コード例 #1
0
ファイル: AbstractService.php プロジェクト: beatphp/framework
 public function newEntity($data = [])
 {
     return $this->payload->newEntity([$this->entityName => $this->factory->newEntity($data)]);
 }