Use Dice instantiation to access App\Arguments

- Remove App->args accessors
This commit is contained in:
Hypolite Petovan 2019-10-07 16:16:42 -04:00
parent 1e737ae888
commit c8316bfe57
5 changed files with 14 additions and 22 deletions

View file

@ -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();
}
}