Merge pull request #11040 from snipe/uberbrady-patch-2

Remove extraneous `{` in migration
This commit is contained in:
snipe 2022-05-09 11:59:23 -07:00 committed by GitHub
commit 72fe0d22ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ class CreateCustomFieldCustomFieldset extends Migration
public function up()
{
Schema::create('custom_field_custom_fieldset', function (Blueprint $table) {
{
$table->bigIncrements('id');
$table->integer('custom_field_id');
$table->integer('custom_fieldset_id');