@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Google_Service_Webmasters_ApiDimensionFilterGroup; |
| 7 | 7 | use Google_Service_Webmasters_SearchAnalyticsQueryRequest; |
| 8 | 8 | use Illuminate\Support\Collection; |
| 9 | -use Illuminate\Support\Traits\Macroable; |
|
| 10 | 9 | |
| 11 | 10 | class SearchConsole |
| 12 | 11 | { |
@@ -28,6 +28,11 @@ |
||
| 28 | 28 | $this->googleClient = $googleClient; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | + /** |
|
| 32 | + * @param string $siteUrl |
|
| 33 | + * @param integer $rows |
|
| 34 | + * @param \Google_Service_Webmasters_SearchAnalyticsQueryRequest $request |
|
| 35 | + */ |
|
| 31 | 36 | public function performQuery($siteUrl, $rows, $request): Collection |
| 32 | 37 | { |
| 33 | 38 | $searchanalyticsResource = $this->getWebmastersService()->searchanalytics; |