troubleshooting

This commit is contained in:
2018-12-24 12:27:49 -06:00
parent 0ce9333240
commit efd0e763a0

View File

@@ -23,10 +23,6 @@ class CreateHelpDeskTicketResponsesTable extends Migration
});
}
Schema::create('help_desk_ticket_responses', function (Blueprint $table) {
$table->increments('id');
$table->timestamps();
});
}
/**