diff --git a/src/LaravelMatomoTracker.php b/src/LaravelMatomoTracker.php index cb196ae..3ae10bb 100644 --- a/src/LaravelMatomoTracker.php +++ b/src/LaravelMatomoTracker.php @@ -140,19 +140,21 @@ public function setQueue(string $queueName) return $this; } - /** - * Sets a custom dimension - * - * @param int $customDimensionId - * @param string $value - * - * @return $this - */ - public function setCustomDimension($id, $value) - { - $this->setCustomTrackingParameter('dimension' . $id, $value); - return $this; - } + // Legacy code + // /** + // * Sets a custom dimension + // * + // * @param int $customDimensionId + // * @param string $value + // * + // * @return $this + // */ + // public function setCustomDimension($id, $value) + // { + // $this->setCustomTrackingParameter('dimension' . $id, $value); + // return $this; + // } + /** * Sets some custom dimensions *