Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 029dadb

Browse files
author
Robert Kummer
authored
Merge pull request #35 from amirbilu/master
Add setCustom method to align interface with GoogleAnalytics
2 parents 99aff84 + 955fd9e commit 029dadb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Ipunkt/LaravelAnalytics/Providers/NoAnalytics.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,16 @@ public function unsetUserId()
189189
return $this;
190190
}
191191

192+
/**
193+
* sets custom dimension/s
194+
* @param string /array $dimension
195+
* @param string $value
196+
* @return void
197+
*/
198+
public function setCustom($dimension, $value = null)
199+
{
200+
}
201+
192202
/**
193203
* sets a campaign
194204
*

0 commit comments

Comments
 (0)