Use Dice instantiation to access App\Arguments
- Remove App->args accessors
This commit is contained in:
10
src/App.php
10
src/App.php
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user