From b8bdea33cb5c37670c43b195d2139b977f307d40 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 16:33:21 +0500 Subject: [PATCH] wip --- app/Nova/Actions/Sber/SyncWithSystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Nova/Actions/Sber/SyncWithSystem.php b/app/Nova/Actions/Sber/SyncWithSystem.php index f02dbfa..1455219 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -67,7 +67,7 @@ class SyncWithSystem extends Action info(['response' => $systemRawResponse]); - return Action::success('Sync with system success'); + return ActionResponse::success('Sync with system success'); // $systemResponse = json_decode($systemRawResponse);