This commit is contained in:
2020-11-06 15:55:17 +08:00
parent 4dc3ff8e6f
commit 0171e39c70
2 changed files with 29 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
namespace Snowflake\Abstracts;
interface Kernel
{
/**
* @return array
*/
public function getCommands(): array;
}