mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -163,12 +163,10 @@ class SubscriptionEnrichment implements EnrichmentInterface
|
||||
|
||||
public function setUser(User $user): void
|
||||
{
|
||||
$this->user = $user;
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
public function setUserGroup(UserGroup $userGroup): void
|
||||
{
|
||||
}
|
||||
public function setUserGroup(UserGroup $userGroup): void {}
|
||||
|
||||
/**
|
||||
* Returns the latest date in the set, or start when set is empty.
|
||||
|
||||
Reference in New Issue
Block a user