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

@@ -132,16 +132,6 @@ class App
*/
private $process;
/**
* Returns the arguments of the query
*
* @return Arguments
*/
public function getArgs()
{
return $this->args;
}
/**
* Returns the current config cache of this node
*