X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/support/Traits
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
support
/
Traits
/
📁
..
📄
CapsuleManagerTrait.php
(1.4 KB)
📄
EnumeratesValues.php
(24.6 KB)
📄
ForwardsCalls.php
(1.34 KB)
📄
Localizable.php
(629 B)
📄
Macroable.php
(2.7 KB)
📄
ReflectsClosures.php
(1.43 KB)
📄
Tappable.php
(315 B)
Editing: 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); } }
Upload File
Create Folder