mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Fix null pointer
This commit is contained in:
parent
e250ffbd18
commit
c9e7018490
@ -67,7 +67,7 @@ class CategoryController extends Controller
|
||||
|
||||
$start = $repository->firstUseDate($category);
|
||||
|
||||
if (is_null($first)) {
|
||||
if (is_null($start)) {
|
||||
$start = new Carbon;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user