Skip to content

Commit 5c68b96

Browse files
authored
fix(auth): update outdated authenticatable import (#1752)
1 parent cbe54d7 commit 5c68b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/Exceptions/AuthenticatableModelWasInvalid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Tempest\Auth\Exceptions;
44

55
use Exception;
6-
use Tempest\Auth\Authenticatable;
6+
use Tempest\Auth\Authentication\Authenticatable;
77

88
final class AuthenticatableModelWasInvalid extends Exception implements AuthenticationException
99
{

0 commit comments

Comments
 (0)