belongsTo(User::class); } public function redes(){ return $this ->hasMany(Rede::class,'configuracion_id'); } }