Ejemplo n.º 1
0
 public function toArray()
 {
     return ['id' => $this->id, 'user_id' => $this->user->getId(), 'amount' => $this->amount, 'currency' => $this->currency];
 }
Ejemplo n.º 2
0
 public function toArray()
 {
     return ['id' => $this->id, 'user_id' => $this->user->getId(), 'street' => $this->street, 'city' => $this->city, 'zip' => $this->zip, 'country' => $this->country];
 }