mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Moved BaseURL to App namespace (because similar type as Arguments/Modules/Modes)
This commit is contained in:
parent
fa1b783052
commit
08be92a862
12 changed files with 73 additions and 51 deletions
|
@ -85,12 +85,12 @@ return [
|
|||
],
|
||||
],
|
||||
/**
|
||||
* Creates the Util\BaseURL
|
||||
* Creates the App\BaseURL
|
||||
*
|
||||
* Same as:
|
||||
* $baseURL = new Util\BaseURL($configuration, $_SERVER);
|
||||
* $baseURL = new App\BaseURL($configuration, $_SERVER);
|
||||
*/
|
||||
Util\BaseURL::class => [
|
||||
App\BaseURL::class => [
|
||||
'constructParams' => [
|
||||
$_SERVER,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue