Update env call
This commit is contained in:
parent
b0c3eca177
commit
834c4da7c4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<link rel="stylesheet" href="/dist/css/app.css">
|
<link rel="stylesheet" href="/dist/css/app.css">
|
||||||
<script type="module" src="/dist/scripts/app.js"></script>
|
<script type="module" src="/dist/scripts/app.js"></script>
|
||||||
|
|
||||||
<?php if (!\Core\Env\Env::get('debug')) : ?>
|
<?php if (!env('debug')) : ?>
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-18G0H58X77"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-18G0H58X77"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue