From 9e69169daf28c576bd7bea9f53c0d9deb40a434d Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 11 May 2021 22:47:16 +0800 Subject: [PATCH] fixing bugs --- resources/views/vendor/head.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/vendor/head.blade.php b/resources/views/vendor/head.blade.php index 94e2c3b6..cc4edd45 100644 --- a/resources/views/vendor/head.blade.php +++ b/resources/views/vendor/head.blade.php @@ -1,7 +1,7 @@ Exchange - Overseas Money Transfers -@if(env('APP.ENV') !== 'Production') +@if(App::environment(['local', 'development'])) @endif