mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 04:25:49 +08:00
Revert method name
This commit is contained in:
@ -127,7 +127,7 @@ class User extends AbstractModel
|
||||
$user->raise(new Deleted($user));
|
||||
});
|
||||
|
||||
static::$dispatcher->fire(
|
||||
static::$dispatcher->dispatch(
|
||||
new ConfigureUserPreferences
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user