LegacySubscriber.php
19 lines
| 1 | <?php |
| 2 | |
| 3 | namespace Give\Subscriptions\Models; |
| 4 | |
| 5 | use Give_Recurring_Subscriber; |
| 6 | |
| 7 | /** |
| 8 | * Class LegacySubscriber |
| 9 | * |
| 10 | * This is a temporary class that extends a give-recurring concept of Give_Recurring_Subscriber. |
| 11 | * This will eventually be replaced with a core model. |
| 12 | * |
| 13 | * @since 2.18.0 |
| 14 | */ |
| 15 | class LegacySubscriber extends Give_Recurring_Subscriber |
| 16 | { |
| 17 | // |
| 18 | } |
| 19 |