mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Code optimizations.
This commit is contained in:
@@ -105,7 +105,7 @@ interface BudgetRepositoryInterface
|
||||
*
|
||||
* @return Carbon
|
||||
*/
|
||||
public function firstUseDate(Budget $budget): Carbon;
|
||||
public function firstUseDate(Budget $budget): ?Carbon;
|
||||
|
||||
/**
|
||||
* @return Collection
|
||||
|
Reference in New Issue
Block a user