Пример #1
0
 public function getCreative()
 {
     $creative = Creative::where('user_id', '=', $this->id)->first();
     return $creative;
 }