Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-promotion' into feat-promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 16, 2024
2 parents 6ae0517 + f50e131 commit bac0fcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Promotion/Actions/CartFixedDiscount.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Vanilo\Promotion\Actions;

use Nette\Schema\Expect;
use Nette\Schema\Processor;
use Nette\Schema\Schema;
use Vanilo\Adjustments\Adjusters\SimpleDiscount;
use Vanilo\Adjustments\Contracts\Adjuster;
Expand Down
1 change: 0 additions & 1 deletion src/Promotion/Models/PromotionAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Nette\Schema\Schema;
use Vanilo\Adjustments\Contracts\Adjustable;
use Vanilo\Promotion\Contracts\Promotion;
use Vanilo\Promotion\Contracts\PromotionAction as PromotionActionContract;
Expand Down

0 comments on commit bac0fcc

Please sign in to comment.