We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf45c5 commit b4c4b79Copy full SHA for b4c4b79
src/Services/Examples/Monitor/GetMonitoringDataService.php
@@ -23,7 +23,7 @@ public static function getMonitoringData(MonitorApiClientService $clientService)
23
try {
24
// Get monitoring data
25
$datasetApi = new DataSetApi($apiClient);
26
- $cursorDate = new DateTime();
+ $cursorDate = new \DateTime();
27
$cursorDate->modify('-1 year');
28
$cursor = $cursorDate->format('Y-m-d') . "T00:00:00Z";
29
$complete = false;
0 commit comments