summaryrefslogtreecommitdiff
path: root/includes/classes/ContactXref.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/classes/ContactXref.php')
-rwxr-xr-xincludes/classes/ContactXref.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/includes/classes/ContactXref.php b/includes/classes/ContactXref.php
deleted file mode 100755
index 4c0573e..0000000
--- a/includes/classes/ContactXref.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * @package contact
- * @subpackage classes
- */
-
-namespace Bitweaver\Contact;
-
-use Bitweaver\Liberty\LibertyXref;
-
-class ContactXref extends LibertyXref {
- protected $mContentTypeGuid = 'contact';
-
- public function __construct( $iXrefId = NULL ) {
- parent::__construct( $iXrefId );
- }
-}