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
This allows you to pass a single argument into tap, then call any
method on that object, and return the object itself. I’ve found this
primarily useful around Eloquent methods that I want to return $this….
For example: return tap($model)->update([‘foo’ => ‘bar’]);
0 commit comments