Cleaned up some code and added a small feature for transaction views.

This commit is contained in:
James Cole
2014-08-23 10:01:40 +02:00
parent a6b89879c5
commit d56c00915c
6 changed files with 119 additions and 72 deletions

View File

@@ -73,6 +73,6 @@ interface TransactionJournalRepositoryInterface
*
* @return mixed
*/
public function paginate($count = 25);
public function paginate($count = 25, Carbon $start = null, Carbon $end = null);
}