Refactor upgrade and verify commands.

This commit is contained in:
James Cole
2019-03-23 18:58:06 +01:00
parent 1b0be2a47e
commit ce30375341
31 changed files with 909 additions and 513 deletions

View File

@@ -207,9 +207,9 @@ interface JournalRepositoryInterface
/**
* Return all journals without a group, used in an upgrade routine.
*
* @return Collection
* @return array
*/
public function getJournalsWithoutGroup(): Collection;
public function getJournalsWithoutGroup(): array;
/**
* @param TransactionJournalLink $link