class HigherOrderTapProxy (View source)
| mixed | $target | The target being tapped. | 
| void | __construct(mixed $target) Create a new tap proxy instance. | |
| mixed | __call(string $method, array $parameters) Dynamically pass method calls to the target. | 
Create a new tap proxy instance.
Dynamically pass method calls to the target.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Support/HigherOrderTapProxy.html