mirror of
https://github.com/flarum/core.git
synced 2025-07-30 05:00:56 +02:00
Finish signup process, including state restoration
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php namespace Flarum\Core\Handlers\Commands;
|
||||
|
||||
use Flarum\Core\Models\User;
|
||||
use Flarum\Core\Events\UserWillBeSaved;
|
||||
use Flarum\Core\Support\DispatchesEvents;
|
||||
|
||||
class RegisterUserCommandHandler
|
||||
|
Reference in New Issue
Block a user