mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Refactor deprecated App::getArgumentValue() to DI::args()->get()
This commit is contained in:
parent
8b6e123b3f
commit
aedbdc536a
3 changed files with 2 additions and 13 deletions
10
src/App.php
10
src/App.php
|
@ -543,16 +543,6 @@ class App
|
|||
return Core\Theme::getStylesheetPath($this->getCurrentTheme());
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use Arguments->get() instead
|
||||
*
|
||||
* @see App\Arguments
|
||||
*/
|
||||
public function getArgumentValue($position, $default = '')
|
||||
{
|
||||
return $this->args->get($position, $default);
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the base url for use in cmdline programs which don't have
|
||||
* $_SERVER variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue