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

Commit e1fae2a

Browse files
authored
Allow extension by making members protected
This allows users to extend the GoogleAnalytics class and a custom tracking code (Per user configuration for example)
1 parent a95158f commit e1fae2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ipunkt/LaravelAnalytics/Providers/GoogleAnalytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GoogleAnalytics implements AnalyticsProviderInterface
2222
*
2323
* @var string
2424
*/
25-
private $trackingId;
25+
protected $trackingId;
2626

2727
/**
2828
* tracking domain

0 commit comments

Comments
 (0)