mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1492 from pixelfed/frontend-ui-refactor
Update AccountController
This commit is contained in:
commit
3314fa25b7
1 changed files with 4 additions and 1 deletions
|
@ -2,10 +2,13 @@
|
|||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Auth;
|
||||
use Cache;
|
||||
use Mail;
|
||||
use Redis;
|
||||
use Carbon\Carbon;
|
||||
use App\Mail\ConfirmEmail;
|
||||
use Illuminate\Http\Request;
|
||||
use {Auth, Cache, Mail, Redis};
|
||||
use PragmaRX\Google2FA\Google2FA;
|
||||
use App\Jobs\FollowPipeline\FollowPipeline;
|
||||
use App\{
|
||||
|
|
Loading…
Reference in a new issue