|
|
@ -14,4 +14,14 @@ class UserMoneyLog extends BaseModel |
|
|
parent::__construct($attributes); |
|
|
parent::__construct($attributes); |
|
|
$this->timestamps = false; |
|
|
$this->timestamps = false; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function agent() |
|
|
|
|
|
{ |
|
|
|
|
|
return $this->belongsTo(Agent::class); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function order() |
|
|
|
|
|
{ |
|
|
|
|
|
return $this->belongsTo(Order::class); |
|
|
|
|
|
} |
|
|
} |
|
|
} |