| @@ -1,21 +1,21 @@ | ||
| 1 | -<?php | |
| 2 | -namespace UltimateStoreKit\Modules\InfoList; | |
| 3 | - | |
| 4 | -use UltimateStoreKit\Base\Ultimate_Store_Kit_Module_Base; | |
| 5 | - | |
| 6 | -if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly | |
| 7 | - | |
| 8 | -class Module extends Ultimate_Store_Kit_Module_Base { | |
| 9 | - | |
| 10 | - public function get_name() { | |
| 11 | - return 'info-list'; | |
| 12 | - } | |
| 13 | - | |
| 14 | - public function get_widgets() { | |
| 15 | - $widgets = [ | |
| 16 | - 'Info_List', | |
| 17 | - ]; | |
| 18 | - | |
| 19 | - return $widgets; | |
| 20 | - } | |
| 21 | -} | |
| 1 | +<?php | |
| 2 | +namespace UltimateStoreKit\Modules\InfoList; | |
| 3 | + | |
| 4 | +use UltimateStoreKit\Base\Ultimate_Store_Kit_Module_Base; | |
| 5 | + | |
| 6 | +if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly | |
| 7 | + | |
| 8 | +class Module extends Ultimate_Store_Kit_Module_Base { | |
| 9 | + | |
| 10 | + public function get_name() { | |
| 11 | + return 'info-list'; | |
| 12 | + } | |
| 13 | + | |
| 14 | + public function get_widgets() { | |
| 15 | + $widgets = [ | |
| 16 | + 'Info_List', | |
| 17 | + ]; | |
| 18 | + | |
| 19 | + return $widgets; | |
| 20 | + } | |
| 21 | +} | |