Skip to content

Commit

Permalink
Funny typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 12, 2024
1 parent 3f3a0cd commit 43da65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Features.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static function isPricingEnabled(): bool
return self::pricing()->isEnabled();
}

public static function is9PricingDisabled(): bool
public static function isPricingDisabled(): bool
{
return self::pricing()->isDisabled();
}
Expand Down

0 comments on commit 43da65f

Please sign in to comment.