mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Make search work. [skip ci]
This commit is contained in:
@@ -241,8 +241,6 @@ class Search implements SearchInterface
|
||||
} while (!$reachedEndOfList && !$foundEnough);
|
||||
|
||||
$result = $result->slice(0, $this->limit);
|
||||
var_dump($result->toArray());
|
||||
exit;
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user