Path : /var/www/html/jewelry-pos/vendor/laravel/framework/src/Illuminate/Queue/Events/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //var/www/html/jewelry-pos/vendor/laravel/framework/src/Illuminate/Queue/Events/JobPopping.php |
<?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; } }