Fix job dispatch and show log output
All checks were successful
Deploy App / deploy (push) Successful in 11s
All checks were successful
Deploy App / deploy (push) Successful in 11s
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
|
||||
namespace App\Bots;
|
||||
|
||||
use Illuminate\Http\JsonResponse;
|
||||
|
||||
interface BotContract
|
||||
{
|
||||
public function run(): void;
|
||||
public function run(): JsonResponse;
|
||||
public static function configSchema(): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user