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