mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Fix factory and triggers.
This commit is contained in:
@@ -55,7 +55,7 @@ class FromAccountEnds extends AbstractTrigger implements TriggerInterface
|
||||
{
|
||||
$name = strtolower($journal->source_account->name);
|
||||
$nameLength = strlen($name);
|
||||
$search = strtolower($this->trigger->trigger_value);
|
||||
$search = strtolower($this->triggerValue);
|
||||
$searchLength = strlen($search);
|
||||
|
||||
// if the string to search for is longer than the account name,
|
||||
|
||||
Reference in New Issue
Block a user