Files
lucent-laravel/src/Channel/Data/UserCommand.php
T

15 lines
176 B
PHP
Raw Normal View History

2024-08-24 18:51:36 +03:00
<?php
namespace Lucent\Channel\Data;
class UserCommand
{
public function __construct(
public string $name,
public string $signature,
)
{
}
}