Skip to content

Commit

Permalink
fix: resolve php notices
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrabb committed Jul 7, 2020
1 parent 7f7ce8e commit 2e91e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class Newspack_Newsletters_Service_Provider_Controller extends \WP_REST
*
* @var Newspack_Newsletters_Service_Provider $service_provider
*/
private static $service_provider;
private $service_provider;

/**
* Newspack_Newsletters_Service_Provider_Controller constructor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class Newspack_Newsletters_Service_Provider implements Newspack_Newslet
*
* @var \WP_REST_Controller.
*/
private static $controller;
private $controller;

/**
* Name of the service.
Expand Down

0 comments on commit 2e91e48

Please sign in to comment.