We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcb56f commit cebe571Copy full SHA for cebe571
packages/auth/src/Exceptions/AuthenticatableModelWasInvalid.php
@@ -3,7 +3,7 @@
3
namespace Tempest\Auth\Exceptions;
4
5
use Exception;
6
-use Tempest\Auth\Authenticatable;
+use Tempest\Auth\Authentication\Authenticatable;
7
8
final class AuthenticatableModelWasInvalid extends Exception implements AuthenticationException
9
{
0 commit comments