Skip to content

Commit 9ee5df7

Browse files
committed
add docblocks
1 parent d1171fe commit 9ee5df7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Support/Facades/Cart.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
* @method static float count()
2525
* @method static bool isEmpty()
2626
* @method static bool isNotEmpty()
27-
* @method static void applyCoupon(string|\Cone\Bazar\Models\Coupon $coupon)
27+
* @method static bool validate()
28+
* @method static bool applyCoupon(string|\Cone\Bazar\Models\Coupon $coupon)
29+
* @method static void removeCoupon(string|\Cone\Bazar\Models\Coupon $coupon)
2830
* @method static \Cone\Bazar\Gateway\Response checkout(string $driver)
2931
*
3032
* @see \Cone\Bazar\Cart\Driver

0 commit comments

Comments
 (0)