Removed some dead code and fixed some other.

This commit is contained in:
James Cole
2015-07-26 17:03:05 +02:00
parent 17a8c4918c
commit 450baba56a
2 changed files with 3 additions and 29 deletions

View File

@@ -102,13 +102,6 @@ interface AccountRepositoryInterface
*/
public function getJournals(Account $account, $page);
/**
* @param Account $account
*
* @return Carbon|null
*/
public function getLastActivity(Account $account);
/**
* @return float
*/