Add missing `live-branches/install.php` require to API.php (#46159)

* Add live-branches/install.php to API

* Add changefile(s) from automation for the following project(s): woocommerce-beta-tester

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chi-Hsuan Huang 2024-04-05 08:47:47 +08:00 committed by GitHub
parent 1907016893
commit c3142773f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -58,5 +58,6 @@ require 'features/features.php';
require 'rest-api-filters/class-wca-test-helper-rest-api-filters.php';
require 'rest-api-filters/hook.php';
require 'live-branches/manifest.php';
require 'live-branches/install.php';
require 'tools/set-block-template-logging-threshold.php';
require 'remote-spec-validator/class-wca-test-helper-remote-spec-validator.php';
require 'remote-spec-validator/class-wca-test-helper-remote-spec-validator.php';

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Add missing live-branches/install.php require to API.php