/
home
/
old_henza
/
server
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Traits
/
File Upload :
llllll
Current File: /home/old_henza/server/vendor/laravel/framework/src/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 ©2k19 -
Hexid
|
Tex7ure