This commit is contained in:
2020-09-07 18:11:36 +08:00
parent c5c716f6e5
commit 03ab3bb92f
10 changed files with 68 additions and 171 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Snowflake\Abstracts;
abstract class Command extends Component
{
}