laravel 5.3多对多关系有一个attach方法:https://laravel.com/api/5.3/Illuminate/Database/Eloquent/Relations/BelongsToMany.html#method_attach
在laravel 5.5的api文档中没有了,那么用什么方法代替?
laravel 5.3多对多关系有一个attach方法:https://laravel.com/api/5.3/Illuminate/Database/Eloquent/Relations/BelongsToMany.html#method_attach
在laravel 5.5的api文档中没有了,那么用什么方法代替?