You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Commit the transaction so we are in a defined state: either the preferences are removed or an exception occurred but the delete flag is still present
355
355
$database->commit();
356
356
} catch (\Throwable$e) {
357
357
$database->rollback();
358
358
throw$e;
359
359
}
360
360
361
-
if ($this->emitter) {
361
+
if ($this->emitter !== null) {
362
362
/** @deprecated 21.0.0 use UserDeletedEvent event with the IEventDispatcher instead */
0 commit comments