Merge pull request #17930 from twomice/1902_contrib_source_profile
[civicrm-core.git] / CRM / Core / EntityReference.php
1 <?php
2
3 /**
4 * This is included for backward compatibility with DAO's generated before 4.5.
5 *
6 * @deprecated
7 */
8 class CRM_Core_EntityReference extends CRM_Core_Reference_Basic {
9 }