0
0
Fork 0
mirror of https://github.com/verdigado/organization_folders.git synced 2024-12-06 11:22:41 +01:00

use new more versatile tag query methods

This commit is contained in:
Jonathan Treffler 2024-11-01 02:52:42 +01:00
parent 82d95da322
commit 79a1c1e9f3
3 changed files with 19 additions and 5 deletions

View file

@ -19,7 +19,7 @@ class ListOrganizationFolders extends BaseCommand {
protected function execute(InputInterface $input, OutputInterface $output): int {
try {
$organizationFolderGroupfolders = $this->organizationFolderService->getAll();
$organizationFolderGroupfolders = $this->organizationFolderService->findAll();
$this->writeTableInOutputFormat($input, $output, $this->formatTableSerializables($organizationFolderGroupfolders));
return 0;