whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
application
/
vendor
/
illuminate
/
support
/
Traits
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/application/vendor/illuminate/support/Traits/Tappable.php
<?php namespace Illuminate\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); } }
Copyright ©2021 || Defacer Indonesia