🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing: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, ) { } }
Save Changes
Cancel
Create New File
Create New Folder