We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92aae47 commit 841fb8fCopy full SHA for 841fb8f
1 file changed
README.md
@@ -80,5 +80,9 @@ $newUser->countTransferable();
80
81
// Return boolean if it would have any dangling relationships if deleted.
82
// The false param tells it not to throw an Exception
83
-$newUser->checkDangling(false);
+$newUser->hasDangling();
84
+
85
+// Throw an exception when there are records dangling
86
+$newUser->throwIfDangling();
87
88
```
0 commit comments