Added Include Guards
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
#ifndef EMAIL_TEMPLATE_COLLECTION_CPP
|
||||
#define EMAIL_TEMPLATE_COLLECTION_CPP
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace EmailTemplateCollection {
|
||||
@ -15,4 +18,5 @@ namespace EmailTemplateCollection {
|
||||
emailContent += "If you haven't requested this PasswordReset please ignore this email";
|
||||
return emailContent;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user