Skip to content

confilct between cart model in bagisto-reward-points and cart model in Webkul\Checkout #1

@Hossam1Hamed

Description

@Hossam1Hamed

Declaration of Webkul\Rewards\Models\Cart::items() must be compatible with Webkul\Checkout\Models\Cart::items(): Illuminate\Database\Eloquent\Relations\HasMany in /var/www/vhosts/hqol.store/httpdocs/vendor/bagisto/bagisto-reward-points/src/Models/Cart.php on line 33

Symfony\Component\ErrorHandler\Error\FatalError

Declaration of Webkul\Rewards\Models\Cart::items() must be compatible with Webkul\Checkout\Models\Cart::items(): Illuminate\Database\Eloquent\Relations\HasMany

at vendor/bagisto/bagisto-reward-points/src/Models/Cart.php:33
29▕
30▕ /**
31▕ * To get relevant associated items with the cart instance
32▕ /
➜ 33▕ public function items() {
34▕ return $this->hasMany(CartItemProxy::modelClass())->whereNull('parent_id');
35▕ }
36▕
37▕ /
*

Whoops\Exception\ErrorException

Declaration of Webkul\Rewards\Models\Cart::items() must be compatible with Webkul\Checkout\Models\Cart::items(): Illuminate\Database\Eloquent\Relations\HasMany

at vendor/bagisto/bagisto-reward-points/src/Models/Cart.php:33
29▕
30▕ /**
31▕ * To get relevant associated items with the cart instance
32▕ */
➜ 33▕ public function items() {
34▕ return $this->hasMany(CartItemProxy::modelClass())->whereNull('parent_id');
35▕ }
36▕
37▕

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions