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