REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 551 B
Close
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Foundation/Routing/PrecognitionCallableDispatcher.php
Text
Base64
<?php namespace Illuminate\Foundation\Routing; use Illuminate\Routing\CallableDispatcher; use Illuminate\Routing\Route; class PrecognitionCallableDispatcher extends CallableDispatcher { /** * Dispatch a request to a given callable. * * @param \Illuminate\Routing\Route $route * @param callable $callable * @return mixed */ public function dispatch(Route $route, $callable) { $this->resolveParameters($route, $callable); abort(204, headers: ['Precognition-Success' => 'true']); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
PrecognitionCallableDispatcher.php
551 B
lrw-rw-rw-
2025-09-17 06:52:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PrecognitionControllerDispatcher.php
1.19 KB
lrw-rw-rw-
2025-09-17 06:52:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).