Disable build cache

This commit is contained in:
David Bomba 2021-04-23 00:24:26 +10:00
parent 347809b73d
commit c2fdcc803f

View File

@ -41,7 +41,7 @@ class AddPropertyToCheckoutGatewayConfig extends Migration
$checkout->save(); $checkout->save();
}); });
$this->buildCache(true); // $this->buildCache(true);
} }
/** /**