Skip to content

Commit

Permalink
Fix missing reference to DeliveryUtilities (CFM-499) (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda authored Jan 9, 2026
1 parent 87dd415 commit 7b6d1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/Model/Table/PetitionsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
use \App\Lib\Enum\StatusEnum;
use \App\Lib\Enum\SuspendableStatusEnum;
use \App\Lib\Random\RandomString;
use \App\Lib\Util\DeliveryUtilities;
use \App\Lib\Util\StringUtilities;

class PetitionsTable extends Table {
Expand Down

0 comments on commit 7b6d1a0

Please sign in to comment.