Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit d35e751

Browse files
refactor: revert autoloader change
1 parent b306384 commit d35e751

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

wp-graphql-filter-query.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
/**
2525
* Load files
2626
*/
27-
// Load composer autoloader for dependencies
28-
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
29-
require_once __DIR__ . '/vendor/autoload.php';
30-
}
27+
require_once dirname( __DIR__ ) . '/wp-graphql/vendor/webonyx/graphql-php/src/Error/ClientAware.php';
3128

3229
require_once __DIR__ . '/src/aggregate-query.php';
3330
require_once __DIR__ . '/src/filter-exception.php';

0 commit comments

Comments
 (0)