🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:17:04 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Bus
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Bus
🔄 Refresh
✏️
Editing: QueueingDispatcher.php
Read Only
<?php namespace RectorPrefix202411\Illuminate\Contracts\Bus; interface QueueingDispatcher extends Dispatcher { /** * Attempt to find the batch with the given ID. * * @param string $batchId * @return \Illuminate\Bus\Batch|null */ public function findBatch(string $batchId); /** * Create a new batch of queueable jobs. * * @param \Illuminate\Support\Collection|array $jobs * @return \Illuminate\Bus\PendingBatch */ public function batch($jobs); /** * Dispatch a command to its appropriate handler behind a queue. * * @param mixed $command * @return mixed */ public function dispatchToQueue($command); }
💾 Save Changes
❌ Cancel