Skip to content

Commit b699d17

Browse files
xurshudyanValodiataylorotwell
authored
[9.x] Add docs for pushQuietly method (#8547)
* Add pushQuietly method * Update eloquent-relationships.md --------- Co-authored-by: Valodia <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
1 parent 99cf56b commit b699d17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eloquent-relationships.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,10 @@ If you would like to `save` your model and all of its associated relationships,
18601860

18611861
$post->push();
18621862

1863+
The `pushQuietly` method may be used to save a model and its associated relationships without raising any events:
1864+
1865+
$post->pushQuietly();
1866+
18631867
<a name="the-create-method"></a>
18641868
### The `create` Method
18651869

0 commit comments

Comments
 (0)