Skip to content

Commit

Permalink
Prevent lazy loading of customer group pricing (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson authored Aug 16, 2024
1 parent 5d32f39 commit 8205935
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

class CustomerGroupPricingRelationManager extends BaseRelationManager
{
protected static bool $isLazy = false;

protected static string $relationship = 'prices';

public static function getTitle(Model $ownerRecord, string $pageClass): string
Expand Down

0 comments on commit 8205935

Please sign in to comment.