From b2b75a4a6e58ffda180e148fe87f996a24fa6973 Mon Sep 17 00:00:00 2001 From: Matthew Cillo Date: Fri, 11 Dec 2015 21:33:27 -0500 Subject: added/reworded some comments --- app/Controller/Analytic.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Controller') 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(); -- cgit v1.2.3