We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92152cf commit 349c82bCopy full SHA for 349c82b
src/Objects/Cart.php
@@ -25,7 +25,7 @@ class Cart implements Countable
25
26
/**
27
* @return static
28
- * @deprecated
+ * @deprecated use app(MakeService::class)->makeCart()
29
*/
30
public static function make(): self
31
{
0 commit comments