shish преди 5 месеца
родител
ревизия
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) {