Skip to content

Commit

Permalink
fix config call namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mc Cormack committed Oct 26, 2017
1 parent e9740c0 commit 2df648d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GTM.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class GTM
public static function snippet()
{
return Controller::curr()->customise([
'ID' => Config::inst()->get('GTM', 'container_id'),
'ID' => Config::inst()->get('CyberDuck\GTM\GTM', 'container_id'),
'Data' => GTMdata::getDataLayer()
])->renderWith('TagManager');
}
Expand Down

0 comments on commit 2df648d

Please sign in to comment.