Update CartItemOptions.php

This commit is contained in:
Patrick
2022-01-18 00:22:11 +01:00
committed by GitHub
parent dc7ee838d1
commit 5b7903d85e

View File

@@ -11,7 +11,7 @@ class CartItemOptions extends Collection
* *
* @return mixed * @return mixed
*/ */
public function __get(string $key) public function __get($key)
{ {
return $this->get($key); return $this->get($key);
} }