← All changes
|
modules/kit-elements-defaults/import-export/runners/import.php
+1
-1
4.1.0-dev2
→
3.13.2
View file →
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | exit; // Exit if accessed directly. |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | class Import extends Import_Runner_Base { |
| 17 | - public static function get_name(): string { | |
| 17 | + public static function get_name() : string { | |
| 18 | 18 | return 'elements-default-values'; |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | public function should_import( array $data ) { |