@@ -57,7 +57,7 @@ |
||
| 57 | 57 | // Determines whether the Retour API endpoint should be enabled for anonymous frontend access |
| 58 | 58 | 'enableApiEndpoint' => false, |
| 59 | 59 | |
| 60 | - // [Regular expressions](https://regexr.com/) to match URLs to exclude from tracking |
|
| 60 | + // [Regular expressions](https://regexr.com/) to match URLs to exclude from tracking |
|
| 61 | 61 | 'excludePatterns' => [ |
| 62 | 62 | ], |
| 63 | 63 | |
@@ -206,7 +206,7 @@ |
||
| 206 | 206 | ->orderBy([$sortField => $sortType]) |
| 207 | 207 | ->filterWhere(['like', 'redirectSrcUrl', $filter]) |
| 208 | 208 | ->orFilterWhere(['like', 'redirectDestUrl', $filter]) |
| 209 | - ; |
|
| 209 | + ; |
|
| 210 | 210 | if ((int)$siteId !== 0) { |
| 211 | 211 | $query->andWhere(['siteId' => $siteId]); |
| 212 | 212 | } |