Revert "CRM-15714 CiviContribute convert validateCreditCard to validatePaymentInstrument"
[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 }