Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
performance-booster
/
vendor
/
laravel
/
serializable-closure
/
src
/
Contracts
/
File Content:
Serializable.php
<?php namespace PerformanceBooster\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(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Serializable.php
371 bytes
0644
Signer.php
406 bytes
0644
N4ST4R_ID | Naxtarrr