Merge pull request #12802 from nupplaphil/feat/system_url_handling

Transform BaseURL to URIInterface conform class with less business logic
This commit is contained in:
Hypolite Petovan 2023-02-20 08:43:00 -05:00 committed by GitHub
commit ee5acc29c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
128 changed files with 829 additions and 1471 deletions

View file

@ -330,7 +330,7 @@ class Transmitter
return [
'type' => 'Service',
'name' => App::PLATFORM . " '" . App::CODENAME . "' " . App::VERSION . '-' . DB_UPDATE_VERSION,
'url' => DI::baseUrl()->get()
'url' => DI::baseUrl()
];
}