<?php namespace Give\Subscriptions\Models; use Give_Recurring_Subscriber; /** * Class LegacySubscriber * * This is a temporary class that extends a give-recurring concept of Give_Recurring_Subscriber. * This will eventually be replaced with a core model. * * @since 2.18.0 */ class LegacySubscriber extends Give_Recurring_Subscriber { // }