This commit is contained in:
11
app/Interfaces/BotContract.php
Normal file
11
app/Interfaces/BotContract.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
use Illuminate\Http\JsonResponse;
|
||||
|
||||
interface BotContract extends BaseContract
|
||||
{
|
||||
public function run(): JsonResponse;
|
||||
public static function configSchema(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user