Beispiel #1
0
 /**
  * Create a new event instance.
  *
  * @param  string  $command
  * @return void
  */
 public function __construct($command)
 {
     parent::__construct($command);
     $this->server_id = str_random(32);
 }