Skip to content

Commit b6fa564

Browse files
require API v3 class again so we have benchmark in CI
1 parent 7ec8226 commit b6fa564

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
require __DIR__ . '/includes/forms/admin-functions.php';
77
require __DIR__ . '/includes/integrations/functions.php';
88

9+
require __DIR__ . '/includes/api/class-api-v3.php';
10+
911
spl_autoload_register(function ($class) {
1012
static $classmap = [
1113
'MC4WP_API_Connection_Exception' => '/includes/api/class-connection-exception.php',

0 commit comments

Comments
 (0)