| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class DefaultRequest extends AbstractRequest |
||
| 15 | { |
||
| 16 | use GetSiteCacheTags; |
||
| 17 | |||
| 18 | public const ROUTE = 'sf4_api_default'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * DefaultRequest constructor. |
||
| 22 | */ |
||
| 23 | public function __construct() |
||
| 27 | ); |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return array |
||
| 32 | */ |
||
| 33 | protected function getCacheTags(): array |
||
| 38 |