trait
Illuminate
/
Support
/
Traits
/
Tappable
Tappable
Methods
public
tap ( $callback ) : $this|HigherOrderTapProxy
Call the given Closure with this instance then return the instance.
Parameters
- $callback callable|null