Refactor deprecated App::getArgumentValue() to DI::args()->get()
This commit is contained in:
@@ -36,7 +36,7 @@ class Help extends BaseModule
|
||||
$path .= '/';
|
||||
}
|
||||
|
||||
$path .= $a->getArgumentValue($x);
|
||||
$path .= DI::args()->get($x);
|
||||
}
|
||||
$title = basename($path);
|
||||
$filename = $path;
|
||||
|
||||
Reference in New Issue
Block a user