| @@ -14,13 +14,13 @@ | ||
| 14 | 14 | |
| 15 | 15 | $this->register_items_route( \WP_REST_Server::EDITABLE ); |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | - public function get_name(): string { | |
| 18 | + public function get_name() : string { | |
| 19 | 19 | return 'user-progress'; |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | - public function get_format(): string { | |
| 22 | + public function get_format() : string { | |
| 23 | 23 | return 'checklist'; |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function get_items( $request ) { |