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 cbe54d7 commit 5c68b96Copy full SHA for 5c68b96
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