🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 00:14:09 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
laravel
/
serializable-closure
/
src
/
Contracts
📍 /opt/cpanel/ea-wappspector/vendor/laravel/serializable-closure/src/Contracts
🔄 Refresh
✏️
Editing: Serializable.php
Read Only
<?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 Changes
❌ Cancel