summaryrefslogtreecommitdiffstats
path: root/workers/queue/queueitem.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'workers/queue/queueitem.class.php')
-rw-r--r--workers/queue/queueitem.class.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/workers/queue/queueitem.class.php b/workers/queue/queueitem.class.php
deleted file mode 100644
index b4c3d86..0000000
--- a/workers/queue/queueitem.class.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-namespace gateway\workers\queue;
-
-/**
- * Generic class for all queue items. Not much to see here
- * @author hd@onlinecity.dk
- */
-abstract class QueueItem implements \Serializable
-{
- const TYPE=0;
-} \ No newline at end of file