Commit 4776fee7 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor SearchProvider() to __construct(). Released under...

ZP-805 Renamed constructor SearchProvider() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 7e02aa3a
...@@ -60,7 +60,7 @@ class SearchProvider implements ISearchProvider{ ...@@ -60,7 +60,7 @@ class SearchProvider implements ISearchProvider{
* @return * @return
* @throws StatusException, FatalException * @throws StatusException, FatalException
*/ */
public function SearchProvider() { public function __construct() {
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment