Update 2018_04_02_163658_MigrateComponentTagTable.php

This commit is contained in:
James Brooks
2019-07-12 14:43:31 +01:00
committed by GitHub
parent bdb3619bc9
commit 17ad1ae5af

View File

@@ -31,7 +31,7 @@ class MigrateComponentTagTable extends Migration
];
});
DB::table('taggables')->insert($tags);
DB::table('taggables')->insert($tags->toArray());
Schema::dropIfExists('component_tag');
}