visuddhinanda 4 месяцев назад
Родитель
Сommit
e74f7dbfd7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api-v8/app/Http/Controllers/SentenceController.php

+ 1 - 1
api-v8/app/Http/Controllers/SentenceController.php

@@ -329,7 +329,7 @@ class SentenceController extends Controller
                     $sent['book_id'],
                     isset($sent['access_token']) ? $sent['access_token'] : null
                 )) {
-                    $destChannel = Channel::where('uid', $sent['channel_uid'])->first();;
+                    $destChannel = Channel::where('uid', $sent['channel_uid'])->first();
                 } else {
                     continue;
                 }