示例#1
0
文件: Wallet.php 项目: mesour/sources
 public function toArray()
 {
     return ['id' => $this->id, 'user_id' => $this->user->getId(), 'amount' => $this->amount, 'currency' => $this->currency];
 }
示例#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];
 }