Skip to content

Commit

Permalink
remove comment about transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed Nov 18, 2024
1 parent be13e25 commit 3ecfb1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/modules/sales/models/PlayerSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public static function DeleteInactive(): int
{
$deleted=0;
foreach (PlayerSubscription::find()->active(0)->all() as $sub) {
// begin transaction
$sub->cancel();
if($sub->delete())
$deleted++;
Expand Down

0 comments on commit 3ecfb1e

Please sign in to comment.