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-10-05
This commit is contained in:
@@ -284,8 +284,6 @@ class AccountUpdateService
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
private function updatePreferences(Account $account): void
|
||||
{
|
||||
$account->refresh();
|
||||
|
||||
@@ -45,8 +45,6 @@ class BillUpdateService
|
||||
|
||||
protected User $user;
|
||||
|
||||
/**
|
||||
*/
|
||||
public function update(Bill $bill, array $data): Bill
|
||||
{
|
||||
$this->user = $bill->user;
|
||||
|
||||
Reference in New Issue
Block a user