We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5de879 commit 4e011d5Copy full SHA for 4e011d5
resources/mail/user_modifier_removed.php
@@ -40,5 +40,5 @@
40
41
<?php /////////////////////////////////////////////////////////////////////////////////////////// ?>
42
<?php default: ?>
43
-<?php throw new \Exception("unknown modifier: " . $data["modifier"]) ?>
+<?php throw new \Exception("unknown modifier: " . $data["modifier"]); ?>
44
<?php endswitch; ?>
0 commit comments