Implemented #595 for transactions.

This commit is contained in:
James Cole
2017-03-11 07:41:26 +01:00
parent 9dd2f447cc
commit 4abc271805
9 changed files with 257 additions and 226 deletions

View File

@@ -72,7 +72,7 @@ class Navigation
* @return \Carbon\Carbon
* @throws FireflyException
*/
public function endOfPeriod(Carbon $end, string $repeatFreq): Carbon
public function endOfPeriod(\Carbon\Carbon $end, string $repeatFreq): Carbon
{
$currentEnd = clone $end;