mirror of
https://github.com/friendica/friendica
synced 2025-04-28 19:44:23 +02:00
Adapt BaseURL calls to new UriInterface
This commit is contained in:
parent
9e6d95284b
commit
f0c29edcde
101 changed files with 218 additions and 241 deletions
|
@ -90,7 +90,7 @@ class HttpClient extends BaseFactory
|
|||
App::CODENAME . "' " .
|
||||
App::VERSION . '-' .
|
||||
DB_UPDATE_VERSION . '; ' .
|
||||
$this->baseUrl->get();
|
||||
$this->baseUrl;
|
||||
|
||||
$guzzle = new GuzzleHttp\Client([
|
||||
RequestOptions::ALLOW_REDIRECTS => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue