CRM-15626 fixes - Relationship Create Widget Not always showing the correct available...
[civicrm-core.git] / CRM / Core / EntityReference.php
1 <?php
2 /**
3 * This is included for backward compatibility with DAO's generated before 4.5.
4 *
5 * @deprecated
6 */
7 class CRM_Core_EntityReference extends CRM_Core_Reference_Basic {
8 }