laravel-data-sync icon indicating copy to clipboard operation
laravel-data-sync copied to clipboard

Add support for pivot tables with sync()?

Open nullthoughts opened this issue 5 years ago • 0 comments

">roles": {
        "slug": "edit-orders"
}

would execute...

->roles()->sync(Role::where('slug', 'edit-orders')->first());

nullthoughts avatar Jan 23 '19 16:01 nullthoughts