/
home
/
techb158
/
exp.abdallabala.com
/
vendor
/
illuminate
/
contracts
/
Bus
/
/home/techb158/exp.abdallabala.com/vendor/illuminate/contracts/Bus
mkdir
upload
Name
Size
Mode
Actions
Dispatcher.php
1171
0644
edit
dl
rm
QueueingDispatcher.php
287
0644
edit
dl
rm
Edit:
/home/techb158/exp.abdallabala.com/vendor/illuminate/contracts/Bus/QueueingDispatcher.php
(287B)
<?php namespace Illuminate\Contracts\Bus; interface QueueingDispatcher extends Dispatcher { /** * Dispatch a command to its appropriate handler behind a queue. * * @param mixed $command * @return mixed */ public function dispatchToQueue($command); }
Save