Initial work
This commit is contained in:
9
app/Bots/BotContract.php
Normal file
9
app/Bots/BotContract.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Bots;
|
||||
|
||||
interface BotContract
|
||||
{
|
||||
public function run(): void;
|
||||
public static function configSchema(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user