From b0071d1000cb306e86d7492a3714047f439c6611 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Wed, 18 Jul 2018 22:20:49 +0800 Subject: [PATCH] updated production frontend error --- resources/views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 33aa7fbb..f5a3f715 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -41,7 +41,7 @@ $polyfills = [ {{-- Load the application scripts --}} - @if (env('APP_ENV') == 'production' || env('APP_ENV') == 'staging') + @if (env('APP_ENV') != 'production' || env('APP_ENV') != 'staging') @else