Skip to content

Commit 72cbebf

Browse files
add missing semicolon
Co-authored-by: Copilot <[email protected]>
1 parent 4e011d5 commit 72cbebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/mail/user_modifier_added.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151

5252
<?php /////////////////////////////////////////////////////////////////////////////////////////// ?>
5353
<?php default: ?>
54-
<?php throw new \Exception("unknown modifier: " . $data["modifier"]) ?>
54+
<?php throw new \Exception("unknown modifier: " . $data["modifier"]); ?>
5555
<?php endswitch; ?>

0 commit comments

Comments
 (0)