| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | * The API namespace constant. |
| 29 | 29 | * |
| 30 | 30 | * @var string |
| 31 | 31 | */ |
| 32 | - const API_V1_NAMESPACE = 'yoast/v1'; | |
| 32 | + public const API_V1_NAMESPACE = 'yoast/v1'; | |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * The WP CLI namespace constant. |
| 36 | 36 | * |
| @@ -35,9 +35,9 @@ | ||
| 35 | 35 | * The WP CLI namespace constant. |
| 36 | 36 | * |
| 37 | 37 | * @var string |
| 38 | 38 | */ |
| 39 | - const WP_CLI_NAMESPACE = 'yoast'; | |
| 39 | + public const WP_CLI_NAMESPACE = 'yoast'; | |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | 42 | * {@inheritDoc} |
| 43 | 43 | */ |
| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | $this->is_development(), |
| 49 | 49 | __DIR__ . '/generated/container.php', |
| 50 | 50 | __DIR__ . '/../config/dependency-injection/services.php', |
| 51 | 51 | __DIR__ . '/../vendor/composer/autoload_classmap.php', |
| 52 | - 'Yoast\WP\SEO\Generated' | |
| 52 | + 'Yoast\WP\SEO\Generated', | |
| 53 | 53 | ); |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | if ( \file_exists( __DIR__ . '/generated/container.php' ) ) { |