shish 5 месяцев назад
Родитель
Сommit
ab65782cd5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      console/controllers/TestController.php

+ 1 - 1
console/controllers/TestController.php

@@ -42,7 +42,7 @@ class TestController extends Controller
     {
         ini_set('memory_limit', '2045M');
         set_time_limit(0);
-        $mainId = 50;
+        $mainId = 26374;
         $customList = \bizGhs\custom\classes\CustomClass::getAllByCondition(['ownMainId' => $mainId], null, '*', null, true);
         if (!empty($customList)) {
             foreach ($customList as $custom) {