nuevo formulario
This commit is contained in:
@@ -26,8 +26,8 @@ class Servicio extends Model
|
||||
'por_tiempo',
|
||||
'renovacion',
|
||||
'precio',
|
||||
'ubicacion'
|
||||
|
||||
'ubicacion',
|
||||
'dgo',
|
||||
];
|
||||
|
||||
public function promocion(){
|
||||
@@ -41,4 +41,9 @@ class Servicio extends Model
|
||||
public function cuentas(){
|
||||
return $this ->hasMany(Cuentas::class,'servicio_id');
|
||||
}
|
||||
|
||||
public function compatibilidadDgo()
|
||||
{
|
||||
return $this->hasMany(CompatibilidadDgo::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user