%PDF- %PDF-
Direktori : /home/ugotscom/bos_naturals/vendor/tightenco/collect/src/Collect/Support/Traits/ |
Current File : /home/ugotscom/bos_naturals/vendor/tightenco/collect/src/Collect/Support/Traits/Tappable.php |
<?php namespace Tightenco\Collect\Support\Traits; trait Tappable { /** * Call the given Closure with this instance then return the instance. * * @param callable|null $callback * @return mixed */ public function tap($callback = null) { return tap($this, $callback); } }