diff --git a/config/firefly.php b/config/firefly.php index 911b91e25d..290e9a8aba 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -224,6 +224,6 @@ return [ 'limit' => 50, // The maximum number of transactions to analyse, when testing a list of triggers - 'max_transactions_to_analyse' => 1000 + 'range' => 1000 ] ];