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