Skip to content

Commit

Permalink
chore: move authentication action to an Auth actions folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Dec 7, 2024
1 parent 8df4617 commit d3787a2
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 350 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Actions;
namespace Shopper\Actions\Auth;

use Closure;
use Illuminate\Validation\ValidationException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Actions;
namespace Shopper\Actions\Auth;

use Illuminate\Contracts\Auth\StatefulGuard;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Actions;
namespace Shopper\Actions\Auth;

class DisableTwoFactorAuthentication
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Actions;
namespace Shopper\Actions\Auth;

use Illuminate\Support\Collection;
use Shopper\Contracts\TwoFactorAuthenticationProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Actions;
namespace Shopper\Actions\Auth;

use Illuminate\Support\Collection;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Actions;
namespace Shopper\Actions\Auth;

use Illuminate\Support\Str;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Actions;
namespace Shopper\Actions\Auth;

use Closure;
use Illuminate\Support\Facades\Hash;
Expand Down
95 changes: 0 additions & 95 deletions packages/admin/src/Livewire/Pages/Settings/Analytics.php

This file was deleted.

Loading

0 comments on commit d3787a2

Please sign in to comment.