From 49cea98c095ff0000349591af5cd8432a900e315 Mon Sep 17 00:00:00 2001 From: Mark Hester Date: Sat, 10 Aug 2019 15:55:51 +0100 Subject: [PATCH] [1.1.12] Tracking production only. --- config/app.php | 2 +- resources/views/layouts/frame.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index ff81a493a..13fea499c 100644 --- a/config/app.php +++ b/config/app.php @@ -24,7 +24,7 @@ | and that deployments are loading the correct filesource. | */ - 'version' => '1.1.11', + 'version' => '1.1.12', /* |-------------------------------------------------------------------------- diff --git a/resources/views/layouts/frame.blade.php b/resources/views/layouts/frame.blade.php index df4fdfd0e..315dbd4b5 100644 --- a/resources/views/layouts/frame.blade.php +++ b/resources/views/layouts/frame.blade.php @@ -22,7 +22,7 @@ - @if (app()->environment('local')) + @if (app()->environment('production'))