Skip to content
Snippets Groups Projects

Devel

Merged Devel
1 unresolved thread
Merged Piotr Potrebka requested to merge devel into main
1 unresolved thread
Compare and Show latest version
9 files
+ 17
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
0
@@ -58,6 +58,10 @@ abstract class EmailAbstract implements EmailInterface {
*/
abstract public function get_id(): string;
public function get_template_name(): string {
return 'default';
}
/**
* @return string
*/
Loading