Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utility function for checking if a request should be integrated. #2267

Merged
merged 11 commits into from
Aug 23, 2021
Prev Previous commit
Next Next commit
Add missing use statement.
  • Loading branch information
JakePT committed Aug 23, 2021
commit ec749b5f238d38f8d92b7e17f4221e7a6d695179
1 change: 1 addition & 0 deletions includes/classes/Feature/Documents/Documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use ElasticPress\Elasticsearch as Elasticsearch;
use ElasticPress\FeatureRequirementsStatus as FeatureRequirementsStatus;
use ElasticPress\Indexables as Indexables;
use ElasticPress\Utils as Utils;

/**
* Documents feature class.
Expand Down