belongsTo('App\Models\Account'); } public function user() { return $this->belongsTo('App\Models\User'); } }