File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Queue/BackgroundQueue.php
Back
<?php namespace Illuminate\Queue; use Illuminate\Contracts\Queue\Job; use Illuminate\Support\Facades\Concurrency; class BackgroundQueue extends SyncQueue { /** * Push a new job onto the queue. * * @param string $job * @param mixed $data * @param string|null $queue * @return mixed * * @throws \Throwable */ public function push($job, $data = '', $queue = null) { Concurrency::driver('process')->defer( fn () => \Illuminate\Support\Facades\Queue::connection('sync')->push($job, $data, $queue) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings