PHP 8.3.31
Preview: CallableDispatcher.php Size: 342 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Routing/Contracts/CallableDispatcher.php

<?php

namespace Illuminate\Routing\Contracts;

use Illuminate\Routing\Route;

interface CallableDispatcher
{
    /**
     * Dispatch a request to a given callable.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  callable  $callable
     * @return mixed
     */
    public function dispatch(Route $route, $callable);
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
342 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
645 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download

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