Why invalid method of parent class is called?

In laravel 10 / PHP 8.2 app I made an interface class

namespace AppLibraryServicesInterfaces;

use AppModelsNews;
use CarbonCarbon;

/**
* Interface of Class to calculate rating of news
*/

interface NewsRatingInterface
{
    /**
     * calculate internal rating of a news
     *
     * @param int|News $news
     *
     * @return float - calculated news internal rating
     */
    public function calc(int|News $news): float;


    /**
     * get membership mark bonus depending on creator/user membership_mark
     *
     * @return float - membership mark bonus
     */
    function getMembershipMarkBonus(): float;

    /**
     * get total comments Weight(for all time period) for 1 comment depending on creator/user membership_mark
     *
     * @return float - total comments Weight
     */
    function getTotalCommentsWeight(): float;


    /**
     * get today comments Weight(for today) for 1 comment depending on creator/user membership_mark
     *
     * @return float - today comments Weight
     */
    function getTodayCommentsWeight(): float;

    ...

and its implementation in app/Library/Services/NewsRatingForMemberUser.php :

<?php

namespace AppLibraryServices;

use AppLibraryServicesInterfacesNewsRatingInterface;
use AppModelsNews;

class NewsRatingForMemberUser implements NewsRatingInterface
{
    public $news;
    public $reactionsWeight = 1;
    public $commentsWeight = 1;

    /**
     * calculate internal rating of a news
     *
     * @param int|News $news
     *
     * @return float - calculated news internal rating
     */
    public function calc(int|News $news): float
    {
        Log::info(varDump(is_int($news), ' -1 NewsRatingForMemberUser calc is_int($news)::'));
        ...
        return self::calcReactions() + self::getMembershipMarkBonus() + self::calcComments() +
               self::calcTodayComments($todayDate) + self::calcLastWeekComments($todayDate) /*$lastWeekCommentsSummary */;
    }


    /**
     * get membership mark bonus depending on creator/user membership_mark
     *
     * @return float - membership mark bonus
     */
     function getMembershipMarkBonus(): float {
         Log::info(varDump(0, ' -1 NewsRatingForMemberUser User getMembershipMarkBonus 0::'));
        return 0; // Simple member has no any points bonus
    }

    /**
     * get total comments Weight(for all time period) for 1 comment depending on creator/user membership_mark
     *
     * @return float - total comments Weight
     */
     function getTotalCommentsWeight(): float
    {
        return 0.2;
    }


    /**
     * get today comments Weight(for today) for 1 comment depending on creator/user membership_mark
     *
     * @return float - today comments Weight
     */
    function getTodayCommentsWeight(): float {
        return 0.5;
    }

I created a third class in app/Library/Services/NewsRatingForGoldUser.php which extends NewsRatingForMemberUser :

<?php

namespace AppLibraryServices;

use AppModelsNews;
use AppLibraryServicesNewsRatingForMemberUser;

class NewsRatingForGoldUser extends NewsRatingForMemberUser
{

    /**
     * get membership mark bonus depending on creator/user membership_mark
     *
     * @return float - membership mark bonus
     */
     function getMembershipMarkBonus(): float {
         Log::info(varDump(50, ' -1 NewsRatingForGold User getMembershipMarkBonus 50::'));
         die("getMembershipMarkBonus - 50");
        return 50;
    }

    /**
     * get total comments Weight(for all time period) for 1 comment depending on creator/user membership_mark
     *
     * @return float - total comments Weight
     */
    function getTotalCommentsWeight(): float
    {
        die("getTotalCommentsWeight - 50");
        return parent::getTotalCommentsWeight() * 2;
    }


    /**
     * get today comments Weight(for today) for 1 comment depending on creator/user membership_mark
     *
     * @return float - today comments Weight
     */
    function getTodayCommentsWeight(): float {
        die("getLastWeekCommentsWeight - 50");
        return parent::getTodayCommentsWeight() * 2;
    }

    /**
     * get last week comments Weight(for last week) for 1 comment depending on creator/user membership_mark
     *
     * @return float - last week comments Weight
     */
    function getLastWeekCommentsWeight(): float {
        die("getLastWeekCommentsWeight - 50");
        return parent::getLastWeekCommentsWeight() * 2;
    }

}

I use model attribute in model app/Models/News.php like :

public function getRatingAttribute()
{
    $newsRatingMembershipMarkClasses =     'news_rating_membership_mark_classes' => [
        'M' => 'AppLibraryServicesNewsRatingForMemberUser',
        'G' => 'AppLibraryServicesNewsRatingForGoldUser',
    ];
    return (new $newsRatingMembershipMarkClasses[$this->creator->membership_mark])-> calc(news: $this->id);
}

Problem is when NewsRatingForGoldUser class is binded (field membership_mark has ‘G’ value) method getMembershipMarkBonus is called from NewsRatingForMemberUser,
but NOT from NewsRatingForGoldUser class (I my example above it calls die method – I do not see this message.
What is wrong with getMembershipMarkBonus of NewsRatingForGoldUser method and why it is not called?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật