File manager - Edit - /var/www/payraty/inventory_main/vendor/laravel/framework/src/Illuminate/Queue/Events/WorkerStopping.php
Back
<?php namespace Illuminate\Queue\Events; class WorkerStopping { /** * The exit status. * * @var int */ public $status; /** * Create a new event instance. * * @param int $status * @return void */ public function __construct($status = 0) { $this->status = $status; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings