|
|
@@ -14,7 +14,7 @@ class InitController extends Controller
|
|
|
|
|
|
public function actionCustom()
|
|
|
{
|
|
|
- $customList = CustomClass::getAllByCondition(['id>0'], null, '*', null, true);
|
|
|
+ $customList = CustomClass::getAllByCondition(['id>' => 0], null, '*', null, true);
|
|
|
if (!empty($customList)) {
|
|
|
foreach ($customList as $custom) {
|
|
|
$userId = $custom->userId ?? 0;
|