File manager - Edit - /home/autoph/public_html/projects/test_api/vendor/laravel/framework/src/Illuminate/Support/Traits/Tappable.php
Back
<?php namespace Illuminate\Support\Traits; trait Tappable { /** * Call the given Closure with this instance then return the instance. * * @param callable|null $callback * @return $this|\Illuminate\Support\HigherOrderTapProxy */ public function tap($callback = null) { return tap($this, $callback); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings