IMMREX7

aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/Queue/Events/
File Up :
aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/Queue/Events/WorkerStopping.php

<?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;
    }
}

Copyright © 2021 - 2025 IMMREX7