mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix factory and triggers.
This commit is contained in:
@@ -71,7 +71,7 @@ class AbstractTrigger
|
||||
*/
|
||||
public static function makeFromTriggerValue(string $triggerValue)
|
||||
{
|
||||
$self = new self;
|
||||
$self = new static;
|
||||
$self->triggerValue = $triggerValue;
|
||||
|
||||
return $self;
|
||||
|
Reference in New Issue
Block a user