We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cb3eb commit 045f5ccCopy full SHA for 045f5cc
src/main.php
@@ -45,6 +45,8 @@ function main() {
45
__DIR__ . "/../etc/config.phoenix.json"
46
));
47
48
+ VersionInfo::$version = VersionInfo::get();
49
+
50
// This must come after GlobalErrorHandler::createOverrides() because this
51
// will call Rollbar::init() which will create its own error handlers for
52
// Application Performance Monitoring (APM) purposes. This must also come
@@ -71,8 +73,6 @@ function main() {
71
73
DatabaseDriver::$timeout = Common::$config->mysql->timeout;
72
74
DatabaseDriver::$username = Common::$config->mysql->username;
75
- VersionInfo::$version = VersionInfo::get();
-
76
$router = new Router(
77
"BNETDocs\\Controllers\\",
78
"BNETDocs\\Views\\"
0 commit comments