From a61748eb8f55dc2a7ba1a0f0ab051b06d551491c Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 25 Sep 2020 16:51:47 +0800 Subject: [PATCH] fix to clear js cache for app.js --- 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 153fb75b..711dcba9 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -44,7 +44,7 @@ $polyfills = [ @if (env('APP_ENV') == 'production' || env('APP_ENV') == 'staging') - + @else