Files
kiri-core/kiri-engine/Abstracts/Command.php
T

11 lines
106 B
PHP
Raw Normal View History

2020-09-07 18:11:36 +08:00
<?php
2020-10-29 18:17:25 +08:00
declare(strict_types=1);
2020-09-07 18:11:36 +08:00
2021-08-11 01:04:57 +08:00
namespace Kiri\Abstracts;
2020-09-07 18:11:36 +08:00
abstract class Command extends Component
{
}