PHP 8.3.31
Preview: SelfReference.php Size: 386 B
/home/getspomw/royalsquad.us/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;
    }
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
378 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
3.53 KB lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
43.89 KB lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
386 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).