mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Fix NULL
This commit is contained in:
@@ -46,7 +46,7 @@ trait CreatesObjectGroups
|
|||||||
*/
|
*/
|
||||||
protected function getObjectGroupMaxOrder(): int
|
protected function getObjectGroupMaxOrder(): int
|
||||||
{
|
{
|
||||||
return ObjectGroup::max('order');
|
return (int) ObjectGroup::max('order');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user