| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | <?php |
| 2 | -namespace PXLBSAdminify\Inc\Classes\Notifications\Model; | |
| 2 | +namespace WPAdminify\Inc\Classes\Notifications\Model; | |
| 3 | 3 | |
| 4 | 4 | // No, Direct access Sir !!! |
| 5 | 5 | if ( ! defined( 'ABSPATH' ) ) { |
| 6 | 6 | exit; |
| @@ -20,7 +20,7 @@ | ||
| 20 | 20 | * |
| 21 | 21 | * @author Jewel Theme <support@jeweltheme.com> |
| 22 | 22 | */ |
| 23 | 23 | final public function get_key() { |
| 24 | - return 'pxlbsadminify_popup_' . $this->get_id(); | |
| 24 | + return 'jltwp_adminify_popup_' . $this->get_id(); | |
| 25 | 25 | } |
| 26 | 26 | } |