mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add newlines and copyright notices.
This commit is contained in:
@@ -155,4 +155,4 @@ class NetWorth implements NetWorthInterface
|
||||
$this->currencyRepos = app(CurrencyRepositoryInterface::class);
|
||||
$this->currencyRepos->setUser($this->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -57,4 +57,4 @@ interface NetWorthInterface
|
||||
*/
|
||||
public function setUser(User $user): void;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user