We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0371c1 commit 5640113Copy full SHA for 5640113
README.md
@@ -59,8 +59,8 @@ class Video extends Model
59
}
60
```
61
62
-Now you can delete an `App\Video` record, and any associated `App\Image`, `App\Tag` and
63
-`App\Options` records will be deleted.
+Now you can delete an `App\Video` record, and any associated `App\Image`, `App\Options` and pivot records for
+`App\Tag` will be deleted.
64
65
## Delete Residuals
66
0 commit comments