get('update')); $query->update('app') ->sets('app.app_active', ModuleStatus::INACTIVE) ->where('app.app_id', '=', $info->getInternalName()) ->execute(); } }