tidying up use declarations and making new journal page for testing

This commit is contained in:
2018-12-13 22:11:59 -06:00
parent 49cb1f2677
commit 3ca7595027

View File

@@ -101,7 +101,7 @@ class StructureTaxHelper {
return $cost;
}
private function GetTimeFrame() {
public function GetTimeFrame() {
$start = Carbon::now()->startOfMonth();
$end = Carbon::now()->endOfMonth();
$end->hour = 23;