do nothing

This commit is contained in:
aynsix
2021-12-20 11:36:07 +03:00
parent 1f3e4c655f
commit 3a72f92d8f

View File

@@ -77,8 +77,9 @@ class patch_415PHRAS3604 implements patchInterface
$app['orm.em']->remove($feedItem);
}
} catch (NotFoundHttpException $e) {
// the referenced sbas_id is not found, so delete also the feedItem
$app['orm.em']->remove($feedItem);
// the referenced sbas_id is not found,
// $app['orm.em']->remove($feedItem); // do nothing
}
}