File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Events
Upload
[..]
JobExceptionOccurred.php (456 B)
Edit
Rename
Del
WorkerIdle.php (453 B)
Edit
Rename
Del
WorkerResuming.php (478 B)
Edit
Rename
Del
WorkerStopping.php (517 B)
Edit
Rename
Del
Edit: WorkerIdle.php
<?php namespace Illuminate\Queue\Events; use Illuminate\Queue\WorkerOptions; class WorkerIdle { /** * Create a new event instance. * * @param string $connectionName * @param string $queue * @param \Illuminate\Queue\WorkerOptions $workerOptions */ public function __construct( public string $connectionName, public string $queue, public WorkerOptions $workerOptions, ) { } }
Simpan