Coding standard fix

This commit is contained in:
Lee Willis 2018-11-27 12:05:10 +00:00
parent 0079312e1c
commit 6f24d5b283
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ class WC_REST_System_Status_V2_Controller extends WC_REST_Controller {
*/
public function register_routes() {
register_rest_route(
$this->namespace, '/' . $this->rest_base,
$this->namespace,
'/' . $this->rest_base,
array(
array(
'methods' => WP_REST_Server::READABLE,