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: WorkerStopping.php
<?php namespace Illuminate\Queue\Events; class WorkerStopping { /** * Create a new event instance. * * @param int $status The worker exit status. * @param \Illuminate\Queue\WorkerOptions|null $workerOptions The worker options. * @param \Illuminate\Queue\WorkerStopReason|null $reason The reason why the worker is stopping. */ public function __construct( public $status = 0, public $workerOptions = null, public $reason = null, ) { } }
Simpan