Skip to content

Commit bd08595

Browse files
committed
add missing use statements
1 parent 6f3d71b commit bd08595

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Authenticator/AuthenticationRequiredException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
namespace Authentication\Authenticator;
1818

1919
use Cake\Http\Exception\HttpException;
20+
use function Cake\I18n\__d;
2021

2122
/**
2223
* An exception for stateless authenticators when credentials are wrong/missing.

src/Authenticator/UnauthenticatedException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
use Cake\Http\Exception\HttpException;
2020
use Throwable;
21+
use function Cake\I18n\__d;
2122

2223
/**
2324
* An exception that signals that authentication was required but missing.

0 commit comments

Comments
 (0)