Update Search.php

This commit is contained in:
Chris 2019-01-16 15:00:42 +00:00
parent f935fd94c6
commit 978267dd14

View file

@ -52,7 +52,7 @@ abstract class Search
$search = new $class;
$providers[strtolower($name)] = [
'method' => $search->method;
'method' => $search->method,
];
}
}