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'))