Roman

Results 1 issues of Roman

Do you think that `detach()` method should detach all related models OR only those are attached? I mean if call something like this: `Post::find(495)->tags()->detach();` twice `deleted_at` column will be updated...