mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-14 13:48:26 +00:00
Replace magic facades.
This commit is contained in:
@@ -24,8 +24,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Http\Controllers\Profile;
|
||||
|
||||
use Cookie;
|
||||
use Google2FA;
|
||||
use Illuminate\Support\Facades\Cookie;
|
||||
use PragmaRX\Google2FALaravel\Facade as Google2FA;
|
||||
use Carbon\Carbon;
|
||||
use FireflyIII\Events\Security\DisabledMFA;
|
||||
use FireflyIII\Events\Security\EnabledMFA;
|
||||
|
||||
Reference in New Issue
Block a user