PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Traits
<?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); } }
[-] ForwardsCalls.php
[edit]
[+]
..
[-] Tappable.php
[edit]
[-] ReflectsClosures.php
[edit]
[-] CapsuleManagerTrait.php
[edit]
[-] Localizable.php
[edit]