From 3ca75950274e88d178a59f7ce854bd4176f84261 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 13 Dec 2018 22:11:59 -0600 Subject: [PATCH] tidying up use declarations and making new journal page for testing --- app/Library/Structures/StructureTaxHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 84908320c..8a0acd171 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -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;