Skip to content

Commit

Permalink
Update SettingsController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Nov 5, 2023
1 parent 330bf8a commit 6218993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Http/Controllers/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use App\Models\User\User;
use App\Helpers\DateHelper;
use App\Models\Contact\Tag;
use Illuminate\Support\Str;
use Illuminate\Http\Request;
use App\Helpers\LocaleHelper;
Expand All @@ -16,19 +17,18 @@
use App\Services\User\EmailChange;
use App\Exceptions\StripeException;
use App\Http\Requests\ImportsRequest;
use Illuminate\Http\RedirectResponse;
use App\Notifications\InvitationMail;
use App\Http\Requests\SettingsRequest;
use LaravelWebauthn\Models\WebauthnKey;
use App\Http\Requests\InvitationRequest;
use App\Services\Contact\Tag\DestroyTag;
use Illuminate\Support\Facades\Validator;
use App\Services\Account\Settings\ResetAccount;
use App\Services\Account\Settings\DestroyAccount;
use PragmaRX\Google2FALaravel\Facade as Google2FA;
use App\Http\Resources\Contact\ContactShort as ContactResource;
use App\Http\Resources\Settings\WebauthnKey\WebauthnKey as WebauthnKeyResource;
use App\Models\Contact\Tag;
use Illuminate\Support\Facades\Validator;
use Illuminate\Http\RedirectResponse;

class SettingsController extends Controller
{
Expand Down

0 comments on commit 6218993

Please sign in to comment.