We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e011d5 commit 72cbebfCopy full SHA for 72cbebf
resources/mail/user_modifier_added.php
@@ -51,5 +51,5 @@
51
52
<?php /////////////////////////////////////////////////////////////////////////////////////////// ?>
53
<?php default: ?>
54
-<?php throw new \Exception("unknown modifier: " . $data["modifier"]) ?>
+<?php throw new \Exception("unknown modifier: " . $data["modifier"]); ?>
55
<?php endswitch; ?>
0 commit comments