Removed unused method.

This commit is contained in:
James Cole
2017-01-21 09:15:33 +01:00
parent 738a311f49
commit dc599361a4
2 changed files with 0 additions and 43 deletions

View File

@@ -75,15 +75,6 @@ interface JournalRepositoryInterface
*/
public function store(array $data): TransactionJournal;
/**
* Store journal only, uncompleted, with attachments if necessary.
*
* @param array $data
*
* @return TransactionJournal
*/
public function storeJournal(array $data): TransactionJournal;
/**
* @param TransactionJournal $journal
* @param array $data