修复 服务器重复的问题
This commit is contained in:
parent
a7ade7843d
commit
9b1e6c80d9
@ -39,7 +39,7 @@ public function handle(): void
|
|||||||
{
|
{
|
||||||
$module = $this->module;
|
$module = $this->module;
|
||||||
|
|
||||||
$servers = Cache::get('module:' . $module->id . ':servers', []);
|
$servers = [];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$response = $module->http()->get('remote');
|
$response = $module->http()->get('remote');
|
||||||
|
Loading…
Reference in New Issue
Block a user