mirror of
https://github.com/flarum/core.git
synced 2025-10-16 09:16:06 +02:00
Rework public API based on events
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php namespace Flarum\Core\Users\Commands;
|
||||
|
||||
use Flarum\Core\Users\User;
|
||||
use Flarum\Core\Users\Events\UserWillBeSaved;
|
||||
use Flarum\Events\UserWillBeSaved;
|
||||
use Flarum\Core\Support\DispatchesEvents;
|
||||
|
||||
class RegisterUserHandler
|
||||
|
Reference in New Issue
Block a user