Skip to content

Commit

Permalink
Correct basket interface add method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Jun 5, 2019
1 parent f9d76c3 commit 5400b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interfaces/BasketInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static function getNew() : self;

public function items() : HasMany;

public function add(int $quantity, Basketable $basketable);
public function add(int $quantity, Basketable $basketable, array $meta = []);

public function getSubtotal();

Expand Down

0 comments on commit 5400b0f

Please sign in to comment.