summaryrefslogtreecommitdiff
path: root/app/Controller/Analytic.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Analytic.php')
-rw-r--r--app/Controller/Analytic.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Controller/Analytic.php b/app/Controller/Analytic.php
index 62f55f8d..80ef3918 100644
--- a/app/Controller/Analytic.php
+++ b/app/Controller/Analytic.php
@@ -168,6 +168,12 @@ class Analytic extends Base
)));
}
+ /**
+ * Show comparison between actual and estimated hours chart
+ *
+ * @access public
+ */
+
public function compareHours()
{
$project = $this->getProject();