Files
lucent-laravel/src/Channel/Data/UserCommand.php
T
2024-08-24 18:51:36 +03:00

15 lines
176 B
PHP

<?php
namespace Lucent\Channel\Data;
class UserCommand
{
public function __construct(
public string $name,
public string $signature,
)
{
}
}