Skip to content

Commit 247d7e2

Browse files
authored
Move RuntimeException import
1 parent bb08e2e commit 247d7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/UserRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use League\OAuth2\Server\Entities\ClientEntityInterface;
77
use League\OAuth2\Server\Entities\UserEntityInterface;
88
use League\OAuth2\Server\Repositories\UserRepositoryInterface;
9-
use RuntimeException;
109
use ReflectionMethod;
10+
use RuntimeException;
1111

1212
class UserRepository implements UserRepositoryInterface
1313
{

0 commit comments

Comments
 (0)