trait Illuminate / Support / Traits / Tappable
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Tappable

Methods

public

tap ( $callback ) : $this|HigherOrderTapProxy

Call the given Closure with this instance then return the instance.

Parameters

  • $callback callable|null