优化代码

This commit is contained in:
iVampireSP.com 2023-01-17 13:05:48 +08:00
parent 42267794f1
commit 6acac5de82
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -50,7 +50,6 @@ public function handle(): void
$workOrder->status = 'open';
$success = false;
try {
$response = $workOrder->module->http()->retry(3, 100)->post('work-orders', $workOrder->toArray());