📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 23:18:26
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
laravel
/
serializable-closure
/
src
/
Contracts
✏️
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 Changes
❌ Cancel