Commit 36d66776 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : (Commande) Ajout d'un retour de commande pour la recherche des personnes

parent 613f6190
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,8 +68,10 @@ class OscarOrganizationsSearchCommand extends OscarCommandAbstract
                                     $organisation->getFullName(),
                                     $organisation->getCode()));
            }
            return self::SUCCESS;
        } catch (\Exception $e ){
            $io->error($e->getMessage() . "\n" . $e->getTraceAsString());
            return self::FAILURE;
        }
    }
}
 No newline at end of file