mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
added occ commands to inspect organization providers, organizations and organization roles
This commit is contained in:
parent
21f3a39b06
commit
f85a93aa3a
11 changed files with 202 additions and 9 deletions
|
@ -14,7 +14,7 @@ class GetOrganizationFolder extends BaseCommand {
|
|||
$this
|
||||
->setName('organization-folders:get')
|
||||
->setDescription('Get organization folder by id')
|
||||
->addArgument('id', null, InputArgument::REQUIRED, 'Id of the organization folder to get');
|
||||
->addArgument('id', InputArgument::REQUIRED, 'Id of the organization folder to get');
|
||||
parent::configure();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue