Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv authored and Malebestia committed Sep 4, 2023
1 parent 487fd10 commit 0655406
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function up() {
// -- CREATE --
$this->tableCreate(
function (Blueprint $table) {
$table->uuid('id')->primary();
$table->increments('id');
$table->morphs('model');
$table->string('contact_type')->nullable();
$table->string('value')->nullable();
Expand Down
Empty file modified Models/Panels/ContactPanel.php
100644 → 100755
Empty file.
Empty file modified Models/Panels/Policies/ContactPanelPolicy.php
100644 → 100755
Empty file.

0 comments on commit 0655406

Please sign in to comment.