📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:23:37
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
laravel
/
serializable-closure
/
src
/
Support
📍 /opt/cpanel/ea-wappspector/vendor/laravel/serializable-closure/src/Support
🔄 Refresh
✏️
Editing: SelfReference.php
Read Only
<?php namespace Laravel\SerializableClosure\Support; class SelfReference { /** * The unique hash representing the object. * * @var string */ public $hash; /** * Creates a new self reference instance. * * @param string $hash * @return void */ public function __construct($hash) { $this->hash = $hash; } }
💾 Save Changes
❌ Cancel