| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | -namespace PXLBSAdminify\Inc\Classes\Notifications; | |
| 2 | +namespace WPAdminify\Inc\Classes\Notifications; | |
| 3 | 3 | |
| 4 | -use PXLBSAdminify\Inc\Classes\Notifications\Base\Data; | |
| 4 | +use WPAdminify\Inc\Classes\Notifications\Base\Data; | |
| 5 | 5 | |
| 6 | 6 | // No, Direct access Sir !!! |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | 8 | exit; |
| @@ -30,16 +30,13 @@ | ||
| 30 | 30 | |
| 31 | 31 | // Register Subscribe Notice . |
| 32 | 32 | $this->register( new Subscribe() ); |
| 33 | 33 | |
| 34 | - // Discount Coupon | |
| 35 | - // $this->register( new Discount() ); | |
| 36 | - | |
| 37 | 34 | // Register What we Collect Notice . |
| 38 | 35 | $this->register( new What_We_Collect() ); |
| 39 | 36 | |
| 40 | 37 | // Module_Conflicts |
| 41 | - // $this->register( new Module_Conflicts() ); | |
| 38 | + $this->register( new Module_Conflicts() ); | |
| 42 | 39 | |
| 43 | 40 | // Register Upgrade_Notice Notice for managing all notices . |
| 44 | 41 | $this->register( new Upgrade_Notice() ); |
| 45 | 42 | } |