1 | <?php |
||
11 | class AllAccessKeyRepositoryAccessControl extends KeyRepositoryAccessControl |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * Validates if a given request should be able to access what it's trying to |
||
16 | * @param APIRequest $request |
||
17 | * @return bool |
||
18 | */ |
||
19 | 2 | public function validateAccess(APIRequest $request): bool |
|
23 | } |
||
24 |