belongsTo(PedidoDelivery::class, 'pedido_id'); } public function motoboy() { return $this->belongsTo(Motoboy::class, 'motoboy_id'); } }