Moved another method.

This commit is contained in:
James Cole
2016-10-10 06:49:50 +02:00
parent a866d13b75
commit 85dc7f3643
3 changed files with 1 additions and 28 deletions

View File

@@ -78,12 +78,4 @@ interface AccountRepositoryInterface
*/
public function oldestJournalDate(Account $account): Carbon;
/**
*
* @param Account $account
*
* @return TransactionJournal
*/
public function openingBalanceTransaction(Account $account) : TransactionJournal;
}