Update Search.php
This commit is contained in:
parent
f935fd94c6
commit
978267dd14
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ abstract class Search
|
|||
$search = new $class;
|
||||
|
||||
$providers[strtolower($name)] = [
|
||||
'method' => $search->method;
|
||||
'method' => $search->method,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue