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