Add back necessary file.

This commit is contained in:
Vedanshu Jain 2024-09-19 16:26:24 +05:30
parent 84b596af14
commit bfe2c87fa8
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class WC_Helper {
*/ */
protected static function includes() { protected static function includes() {
include_once __DIR__ . '/class-wc-helper-admin.php'; include_once __DIR__ . '/class-wc-helper-admin.php';
include_once __DIR__ . '/class-wc-helper-api.php';
} }
/** /**