We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37bafc8 + 2a72c3d commit ad2a2f6Copy full SHA for ad2a2f6
1 file changed
Config/Config.php
@@ -129,27 +129,27 @@ class Config
129
*/
130
const ROUTE_CACHE_REGENERATE = 3600;
131
/**
132
- * SMPT Host
+ * SMPT Host.
133
*
134
* @var string
135
136
- const SMPT_HOST = "your-smtp-host";
+ const SMPT_HOST = 'your-smtp-host';
137
138
- * SMPT User
+ * SMPT User.
139
140
141
- */
142
- const SMPT_USER = "your-smtp-user";
+ */
+ const SMPT_USER = 'your-smtp-user';
143
144
- * SMPT Pass
+ * SMPT Pass.
145
146
147
148
- const SMPT_PASS = "your-smtp-pass";
+ const SMPT_PASS = 'your-smtp-pass';
149
150
- * SMPT Port
+ * SMPT Port.
151
152
* @var int
153
154
const SMPT_PORT = 111;
155
}
0 commit comments