summaryrefslogtreecommitdiff
path: root/demos/time-tracker/protected/App_Code/UserReport.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/time-tracker/protected/App_Code/UserReport.php')
-rw-r--r--demos/time-tracker/protected/App_Code/UserReport.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/demos/time-tracker/protected/App_Code/UserReport.php b/demos/time-tracker/protected/App_Code/UserReport.php
deleted file mode 100644
index d37de934..00000000
--- a/demos/time-tracker/protected/App_Code/UserReport.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-class UserReport
-{
- public $CategoryName = '';
- public $users = array();
- public $ProjectName = '';
-}
-
-?> \ No newline at end of file