mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix phpstan level 3!
This commit is contained in:
@@ -63,6 +63,7 @@ class BudgetFactory
|
||||
|
||||
public function findByName(string $name): ?Budget
|
||||
{
|
||||
/** @var Budget|null */
|
||||
return $this->user->budgets()->where('name', $name)->first();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user