Files
kiri-core/System/Abstracts/Command.php
T
2020-10-29 18:17:25 +08:00

11 lines
111 B
PHP

<?php
declare(strict_types=1);
namespace Snowflake\Abstracts;
abstract class Command extends Component
{
}