Removed code related to "related transactions".

This commit is contained in:
James Cole
2015-04-28 13:50:53 +02:00
parent 2562a5b30d
commit 3f62b647fc
9 changed files with 0 additions and 491 deletions

View File

@@ -55,15 +55,6 @@ interface JournalRepositoryInterface
*/
public function getJournalsOfType(TransactionType $dbType);
/**
* @param string $query
* @param TransactionJournal $journal
*
* @return Collection
*/
public function searchRelated($query, TransactionJournal $journal);
/**
* @param $type
*