From 43da65fa024d8ba74e08cffcc807cc7d03f354cf Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:39:14 +0200 Subject: [PATCH] Funny typo fix --- src/Foundation/Features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/Features.php b/src/Foundation/Features.php index 61bdca5da..3223001f6 100644 --- a/src/Foundation/Features.php +++ b/src/Foundation/Features.php @@ -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(); }