From 80f7dc77d430774192b929d780f96260066df2ee Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 18 Oct 2015 09:31:31 +0200 Subject: Update to MediaWiki 1.25.3 --- .../elastica/lib/Elastica/Aggregation/Missing.php | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 vendor/ruflin/elastica/lib/Elastica/Aggregation/Missing.php (limited to 'vendor/ruflin/elastica/lib/Elastica/Aggregation/Missing.php') diff --git a/vendor/ruflin/elastica/lib/Elastica/Aggregation/Missing.php b/vendor/ruflin/elastica/lib/Elastica/Aggregation/Missing.php deleted file mode 100644 index b882aba0..00000000 --- a/vendor/ruflin/elastica/lib/Elastica/Aggregation/Missing.php +++ /dev/null @@ -1,31 +0,0 @@ -setField($field); - } - - /** - * Set the field for this aggregation - * @param string $field the name of the document field on which to perform this aggregation - * @return Missing - */ - public function setField($field) - { - return $this->setParam('field', $field); - } -} \ No newline at end of file -- cgit v1.2.2