Exemplo n.º 1
0
 public function entrega()
 {
     return $this->belongsTo(Entrega::getClass());
 }
Exemplo n.º 2
0
 public function entregas()
 {
     return $this->hasMany(Entrega::getClass());
 }