diff --git a/src/CartItemOptions.php b/src/CartItemOptions.php index fd924dc..74aed43 100644 --- a/src/CartItemOptions.php +++ b/src/CartItemOptions.php @@ -11,7 +11,7 @@ class CartItemOptions extends Collection * * @return mixed */ - public function __get(string $key) + public function __get($key) { return $this->get($key); }