We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bd33b commit fdde616Copy full SHA for fdde616
2 files changed
Config/Config.php
@@ -19,7 +19,7 @@ class Config
19
*
20
* @var inr
21
*/
22
- const App_Version = '1.9.4';
+ const App_Version = '2.0.1';
23
24
/**
25
* Show or hide error messages on screen.
Config/Email.php
@@ -19,23 +19,23 @@ class Email
* @var string
- const SMPT_HOST = 'your-smtp-host';
+ const SMTP_HOST = 'your-smtp-host';
* SMPT User.
26
27
28
- const SMPT_USER = 'your-smtp-user';
+ const SMTP_USER = 'your-smtp-user';
29
30
* SMPT Pass.
31
32
33
34
- const SMPT_PASS = 'your-smtp-pass';
+ const SMTP_PASS = 'your-smtp-pass';
35
36
* SMPT Port.
37
38
* @var int
39
40
- const SMPT_PORT = 111;
+ const SMTP_PORT = 111;
41
}
0 commit comments