Commit 0eb055a7 authored by Alfonso Rafael Solis Rangel's avatar Alfonso Rafael Solis Rangel
Browse files

Relacion de grupos y listas

parent 6b3b52e5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,4 +17,9 @@ public function contactos(): BelongsToMany
    {
        return $this->belongsToMany(Contacto::class);
    }

    public function grupos(): BelongsToMany
    {
        return $this->belongsToMany(Grupos::class);
    }
}