mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Auto commit for release 'develop' on 2025-02-10
This commit is contained in:
@@ -51,7 +51,6 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
|
||||
|
||||
use UserGroupTrait;
|
||||
|
||||
|
||||
public function destroyAll(): void
|
||||
{
|
||||
Log::channel('audit')->info('Delete all piggy banks through destroyAll');
|
||||
|
||||
@@ -137,6 +137,7 @@ interface PiggyBankRepositoryInterface
|
||||
public function setOrder(PiggyBank $piggyBank, int $newOrder): bool;
|
||||
|
||||
public function setUser(null|Authenticatable|User $user): void;
|
||||
|
||||
public function setUserGroup(UserGroup $userGroup): void;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user