We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0dbbc commit 8c286bcCopy full SHA for 8c286bc
src/conf/Config.php
@@ -50,10 +50,10 @@ class Config {
50
* Initialize configuration.
51
*/
52
private function __construct() {
53
- $this->isConfigured = false;
54
- $this->releaseDate = '2020-06-29';
+ $this->isConfigured = true;
+ $this->releaseDate = '2020-07-05';
55
$this->version = '1.1.0';
56
- $this->versionType = 'Beta 2';
+ $this->versionType = 'Beta 3';
57
$this->configVision = '1.3.4';
58
$this->dbConnections = [
59
];
0 commit comments