PHP 8.3.31
Preview: Serializable.php Size: 353 B
/home/getspomw/royalsquad.us/vendor/laravel/serializable-closure/src/Contracts/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();
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
353 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
388 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download

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