mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #528 from pixelfed/frontend-ui-refactor
Update RegisterController
This commit is contained in:
commit
71cc30208c
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ use App\Util\Lexer\RestrictedNames;
|
|||
use Illuminate\Foundation\Auth\RegistersUsers;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Illuminate\Support\Facades\Validator;
|
||||
use Illuminate\Auth\Events\Registered;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class RegisterController extends Controller
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue