mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix: addOption type corrected
Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
parent
8fc516c39a
commit
deb1f22c23
1 changed files with 2 additions and 2 deletions
|
|
@ -51,13 +51,13 @@ class ListFiles extends Base {
|
|||
->addOption("type", "", InputArgument::OPTIONAL, "Filter by type like application, image, video etc")
|
||||
->addOption(
|
||||
"minSize",
|
||||
0,
|
||||
"0",
|
||||
InputArgument::OPTIONAL,
|
||||
"Filter by min size"
|
||||
)
|
||||
->addOption(
|
||||
"maxSize",
|
||||
0,
|
||||
"0",
|
||||
InputArgument::OPTIONAL,
|
||||
"Filter by max size"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue