mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 19:44:28 +02: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