From c2fdcc803f7ff62175a8030b25b36c92d601cc3b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 23 Apr 2021 00:24:26 +1000 Subject: [PATCH] Disable build cache --- ...021_04_22_110240_add_property_to_checkout_gateway_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php b/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php index bc3e718921eb..7e9ae8eabbc0 100644 --- a/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php +++ b/database/migrations/2021_04_22_110240_add_property_to_checkout_gateway_config.php @@ -41,7 +41,7 @@ class AddPropertyToCheckoutGatewayConfig extends Migration $checkout->save(); }); - $this->buildCache(true); + // $this->buildCache(true); } /**