%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/laravel/horizon/src/Events/ |
| Current File : /home/graphicd/public_html/vebto/vendor/laravel/horizon/src/Events/MasterSupervisorDeployed.php |
<?php
namespace Laravel\Horizon\Events;
class MasterSupervisorDeployed
{
/**
* The master supervisor that was deployed.
*
* @var string
*/
public $master;
/**
* Create a new event instance.
*
* @param string $master
* @return void
*/
public function __construct($master)
{
$this->master = $master;
}
}