Loading module/Oscar/src/Oscar/Command/OscarSpentAccountListCommand.php +2 −0 Original line number Diff line number Diff line Loading @@ -69,9 +69,11 @@ class OscarSpentAccountListCommand extends OscarCommandAbstract } } $io->table(['Masse(cd)','Masse', 'Masse Héritée', 'Compte', 'Intitulé'], $table); return self::SUCCESS; } catch (\Exception $e) { $io->error($e->getMessage()); return self::FAILURE; } } } No newline at end of file Loading
module/Oscar/src/Oscar/Command/OscarSpentAccountListCommand.php +2 −0 Original line number Diff line number Diff line Loading @@ -69,9 +69,11 @@ class OscarSpentAccountListCommand extends OscarCommandAbstract } } $io->table(['Masse(cd)','Masse', 'Masse Héritée', 'Compte', 'Intitulé'], $table); return self::SUCCESS; } catch (\Exception $e) { $io->error($e->getMessage()); return self::FAILURE; } } } No newline at end of file