Escape global namespaced get_app() calls
- Add deprecated status
This commit is contained in:
@@ -40,7 +40,7 @@ HELP;
|
||||
|
||||
protected function doExecute()
|
||||
{
|
||||
$a = get_app();
|
||||
$a = \get_app();
|
||||
|
||||
if ($this->getOption('v')) {
|
||||
$this->out('Class: ' . __CLASS__);
|
||||
|
||||
Reference in New Issue
Block a user