Update AccountController

pull/1492/head
Daniel Supernault 6 years ago
parent 213fba725e
commit 1d45e5655d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save