You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/methods.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,3 +125,14 @@ disables autoload and returns parent attributes
125
125
126
126
does not change the default behavior logic
127
127
128
+
## Translation cascade deletion
129
+
130
+
If the `delete()` method is called it's possible to delete all assigned translations. The eloquent `delete()` method will be used so you will get all events but it creates 1+n queries.
0 commit comments