mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -138,8 +138,7 @@ class SearchProvider
|
||||
$limit = 50,
|
||||
array $options = [],
|
||||
$format = 'html'
|
||||
)
|
||||
{
|
||||
) {
|
||||
$terms = $this->parse($pattern);
|
||||
$search = $this->getByName($name);
|
||||
|
||||
@@ -169,8 +168,7 @@ class SearchProvider
|
||||
$limit = 50,
|
||||
array $options = [],
|
||||
$format = 'html'
|
||||
)
|
||||
{
|
||||
) {
|
||||
$terms = $this->parse($pattern);
|
||||
$results = [];
|
||||
|
||||
|
Reference in New Issue
Block a user