diff --git a/app/Admin.php b/app/Admin.php deleted file mode 100644 index 9745b32..0000000 --- a/app/Admin.php +++ /dev/null @@ -1,10 +0,0 @@ -id(); + $table->string('nombre'); + $table->foreignId('grupo_de_compra_id'); + $table->string('email'); + $table->string('contrasena'); + $table->timestamps(); + }); + } +}