AzuraCast/src/Message/GenerateAcmeCertificate.php

12 lines
231 B
PHP

<?php
declare(strict_types=1);
namespace App\Message;
class GenerateAcmeCertificate extends AbstractMessage
{
/** @var string|null The path to log output of the Backup command to. */
public ?string $outputPath = null;
}