Code cleanup.

This commit is contained in:
James Cole
2016-11-18 20:06:08 +01:00
parent 0c072c7d51
commit 73f0cc705b
41 changed files with 160 additions and 24 deletions

View File

@@ -79,6 +79,10 @@ class ReportFormRequest extends Request
return $collection;
}
/**
* @return Carbon
* @throws FireflyException
*/
public function getEndDate(): Carbon
{
$date = new Carbon;