We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec22b3 commit 63e4101Copy full SHA for 63e4101
1 file changed
src/GoogleAnalytics/Client.php
@@ -437,7 +437,7 @@ public static function getDelayFn(int $base = 5000): \Closure
437
public function getStartDate(string $startDate): string
438
{
439
if ($startDate === Config::STATE_LAST_RUN_DATE) {
440
- $startDate = $this->inputState[Config::STATE_LAST_RUN_DATE] ?? '2005-01-01';
+ $startDate = $this->inputState[Config::STATE_LAST_RUN_DATE] ?? '2015-08-13';
441
}
442
return $startDate;
443
0 commit comments