mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Disable specific call.
This commit is contained in:
@@ -297,7 +297,7 @@ class OperatorQuerySearch implements SearchInterface
|
|||||||
// check if alias, replace if necessary:
|
// check if alias, replace if necessary:
|
||||||
$operator = self::getRootOperator($operator);
|
$operator = self::getRootOperator($operator);
|
||||||
|
|
||||||
app('telemetry')->feature('search.operators.uses_operator', $operator);
|
//app('telemetry')->feature('search.operators.uses_operator', $operator);
|
||||||
|
|
||||||
switch ($operator) {
|
switch ($operator) {
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user