mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 11:33:59 +00:00
Cleaned up some code and added a small feature for transaction views.
This commit is contained in:
@@ -73,6 +73,6 @@ interface TransactionJournalRepositoryInterface
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function paginate($count = 25);
|
||||
public function paginate($count = 25, Carbon $start = null, Carbon $end = null);
|
||||
|
||||
}
|
Reference in New Issue
Block a user