private function makeSyncEntry($userInfo, $json, $operation)
 {
     $syncController = new SyncController();
     $syncController->tableTransactionEntry($userInfo->userId, $json, $operation, $userInfo->restaurantId);
     Log::debug('Sync update save for table_transaction table deletion');
 }