✏️ 正在编辑: SelfReference.php
路径:
/opt/cpanel/ea-wappspector/vendor/laravel/serializable-closure/src/Support/SelfReference.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?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; } }
💾 保存文件
← 返回文件管理器