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);