Skip to content

Commit

Permalink
Update since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Jan 11, 2024
1 parent 862f867 commit 0522764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controllers/DiscountsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public function actionReorder(): Response
/**
* @return Response
* @throws BadRequestHttpException
* @since 4.3.3
* @since 4.4.0
*/
public function actionMoveToPage(): Response
{
Expand Down
2 changes: 1 addition & 1 deletion src/services/Discounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ public function deleteDiscountById(int $id): bool
/**
* @return void
* @throws \yii\db\Exception
* @since 4.3.3
* @since 4.4.0
*/
public function ensureSortOrder(): void
{
Expand Down

0 comments on commit 0522764

Please sign in to comment.