0
0
Fork 0
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:
Jonathan Treffler 2024-11-03 02:19:17 +01:00
parent 21f3a39b06
commit f85a93aa3a
11 changed files with 202 additions and 9 deletions

View file

@ -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();
}