mirror of
https://github.com/friendica/friendica
synced 2025-04-19 09:10:12 +00:00
Use Dice instantiation to access App\Arguments
- Remove App->args accessors
This commit is contained in:
parent
1e737ae888
commit
c8316bfe57
5 changed files with 14 additions and 22 deletions
|
@ -155,12 +155,4 @@ abstract class BaseModule extends BaseObject
|
|||
throw new \Friendica\Network\HTTPException\ForbiddenException();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return App\Arguments
|
||||
*/
|
||||
protected static function getArgs()
|
||||
{
|
||||
return self::getApp()->getArgs();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue