Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
serializable-closure
/
src
/
Contracts
Location:
/home/zoteqbgb/public_html/vendor/laravel/serializable-closure/src/Contracts
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: Serializable.php
<?php namespace Laravel\SerializableClosure\Contracts; interface Serializable { /** * Resolve the closure with the given arguments. * * @return mixed */ public function __invoke(); /** * Gets the closure that got serialized/unserialized. * * @return \Closure */ public function getClosure(); }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Serializable.php
353 bytes
0644
2024-11-14 23:34
âï¸
ðï¸
Rename
Signer.php
388 bytes
0644
2024-11-14 23:34
âï¸
ðï¸
Rename
Chang
Apply