]> _ Git - cubist_gtag.git/commitdiff
wip #2609
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 25 Feb 2019 14:23:58 +0000 (15:23 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 25 Feb 2019 14:23:58 +0000 (15:23 +0100)
src/GoogleAnalytics.php
src/ScriptViewCreator.php

index 2b087ad601127a23108c6ce9d62d8c75eb70be6a..4356b18ebbd2651b0ac566aac7e17890a67d7079 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Cubist\GoogleAnalytics;
+namespace Cubist\Gtag;
 
 
 class GoogleAnalytics
index 18885f3ef0765153b95a1ca986d014487f52087a..b0a64c6c99a21e8eaa9ddee510ee2ccf1a34c293 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace Cubist\Gtag;
 
-use Cubist\GoogleAnalytics\GoogleAnalytics;
 use Illuminate\View\View;
 
 class ScriptViewCreator