{message: "Illegal offset type", exception: "ErrorException",…}
exception: "ErrorException"
file: "/var/www/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php"
line: 139
message: "Illegal offset type"
trace: [{,…}, {file: "/var/www/vendor/laravel/framework/src/Illuminate/Support/Collection.php", line: 685,…},…]
DB::table('product_attribute')->insert(
[
'product_id' => 1,
'attr_id' => 2
],
[
'product_id' => 1,
'attr_id' => 5
],
[
'product_id' => 2,
'attr_id' => 3
],
[
'product_id' => 2,
'attr_id' => 6
],
);