rename App:: to Http::

This commit is contained in:
Damodar Lohani
2023-07-18 01:56:00 +00:00
parent 9ab8c49747
commit 49dfbff4c6
50 changed files with 641 additions and 663 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ $cli
->task('version')
->desc('Get the server version')
->action(function () {
Console::log(App::getEnv('_APP_VERSION', 'UNKNOWN'));
Console::log(Http::getEnv('_APP_VERSION', 'UNKNOWN'));
});
$cli->run();