where(['id' => $id]) ->andWhere(['status' => StatusEnum::ENABLED]) ->one(); } }