1 | <?php |
||
21 | final class ResourceServerRepository implements ResourceServerRepositoryInterface |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function find(ResourceServerId $resourceServerId): ? ResourceServerInterface |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function supports(ResourceId $resourceId): bool |
||
42 | } |
||
43 |