File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Queue/Events/QueueBusy.php
Back
<?php namespace Illuminate\Queue\Events; class QueueBusy { /** * The connection name. * * @var string */ public $connection; /** * The queue name. * * @var string */ public $queue; /** * The size of the queue. * * @var int */ public $size; /** * Create a new event instance. * * @param string $connection * @param string $queue * @param int $size * @return void */ public function __construct($connection, $queue, $size) { $this->connection = $connection; $this->queue = $queue; $this->size = $size; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.13 |
proxy
|
phpinfo
|
Settings