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