Skip to content

Commit c345bd2

Browse files
committed
Add missing use statement
1 parent e9eea7d commit c345bd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Storage/FluentClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use League\OAuth2\Server\Entity\SessionEntity;
1616
use League\OAuth2\Server\Storage\ClientInterface;
1717
use League\OAuth2\Server\Entity\ClientEntity;
18+
use Carbon\Carbon;
1819

1920
class FluentClient extends FluentAdapter implements ClientInterface
2021
{

0 commit comments

Comments
 (0)