Add missing defaultPriorityMethod field in TaggedIteratorArgument

This commit is contained in:
Alexandru Năstase 2019-11-23 11:53:09 +01:00 committed by GitHub
parent a8a9e69488
commit f5bd421597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ class TaggedIteratorArgument extends IteratorArgument
private $tag;
private $indexAttribute;
private $defaultIndexMethod;
private $defaultPriorityMethod;
private $needsIndexes = false;
/**