Skip to content

Commit 2df648d

Browse files
author
Andrew Mc Cormack
committed
fix config call namespace
1 parent e9740c0 commit 2df648d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GTM.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class GTM
3636
public static function snippet()
3737
{
3838
return Controller::curr()->customise([
39-
'ID' => Config::inst()->get('GTM', 'container_id'),
39+
'ID' => Config::inst()->get('CyberDuck\GTM\GTM', 'container_id'),
4040
'Data' => GTMdata::getDataLayer()
4141
])->renderWith('TagManager');
4242
}

0 commit comments

Comments
 (0)