We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a5806 commit e04c712Copy full SHA for e04c712
Config.php
@@ -71,8 +71,8 @@ class Config{
71
*/
72
private function __construct() {
73
$this->isConfigured = TRUE;
74
- $this->templateDate = '07-03-2018 <DD-MM-YYYY>';
75
- $this->templateVersion = '0.1.1';
+ $this->templateDate = '10-03-2018 (DD-MM-YYYY)';
+ $this->templateVersion = '0.1.2';
76
$this->templateVersionType = 'Beta';
77
$this->dbHost = 'localhost';
78
$this->dbUser = 'root';
0 commit comments