CRM-15524 - Move static js resources to the html-header region so they don't reload...
[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 }