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