📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 07:53:32
📂
/ (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