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
294
294
$database->commit();
295
295
} catch (\Throwable$e) {
296
296
$database->rollback();
297
297
throw$e;
298
298
}
299
299
300
-
if ($this->emitter) {
300
+
if ($this->emitter !== null) {
301
301
/** @deprecated 21.0.0 use UserDeletedEvent event with the IEventDispatcher instead */
0 commit comments