File "JobPopping-20250412151254.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/framework/src/Illuminate/Queue/Events/JobPopping-20250412151254.php
File size: 391 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Queue\Events;
class JobPopping
{
/**
* The connection name.
*
* @var string
*/
public $connectionName;
/**
* Create a new event instance.
*
* @param string $connectionName
* @return void
*/
public function __construct($connectionName)
{
$this->connectionName = $connectionName;
}
}