Fixed - Guides

Added - contacts visual (controller coming soon)
This commit is contained in:
Anders
2020-08-05 09:23:57 +02:00
parent b4634d4933
commit a78e7d90f6
9 changed files with 83 additions and 12 deletions
@@ -22,7 +22,7 @@ class CreateContact extends Migration
$table->string('title', 255);
$table->string('email', 255);
$table->integer('phone');
//$table->unique('email');
$table->string('phonetimes');
});
}