Skip to content

Commit

Permalink
Class Protect, make extend from Hybrid_Product, because can use eithe…
Browse files Browse the repository at this point in the history
…r the standalone or Jetpack plugin.
  • Loading branch information
elliottprogrammer committed Dec 20, 2024
1 parent 459d102 commit f4c6470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/packages/my-jetpack/src/products/class-protect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
namespace Automattic\Jetpack\My_Jetpack\Products;

use Automattic\Jetpack\Connection\Client;
use Automattic\Jetpack\My_Jetpack\Product;
use Automattic\Jetpack\My_Jetpack\Hybrid_Product;
use Automattic\Jetpack\My_Jetpack\Wpcom_Products;
use Jetpack_Options;
use WP_Error;

/**
* Class responsible for handling the Protect product
*/
class Protect extends Product {
class Protect extends Hybrid_Product {

const FREE_TIER_SLUG = 'free';
const UPGRADED_TIER_SLUG = 'upgraded';
Expand Down

0 comments on commit f4c6470

Please sign in to comment.