Using the "extension" parameter
This commit is contained in:
parent
b4fc1da045
commit
a6db8df92d
5 changed files with 13 additions and 26 deletions
|
@ -30,6 +30,6 @@ class Version extends BaseApi
|
|||
{
|
||||
public static function rawContent(array $parameters = [])
|
||||
{
|
||||
self::exit('version', ['version' => '0.9.7']);
|
||||
self::exit('version', ['version' => '0.9.7'], $parameters['extension'] ?? null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue