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); } /**