Update env call

This commit is contained in:
Maarten 2024-11-27 20:20:47 +01:00
parent b0c3eca177
commit 834c4da7c4

View file

@ -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>