예제 #1
0
 public function newEntity($data = [])
 {
     return $this->payload->newEntity([$this->entityName => $this->factory->newEntity($data)]);
 }