This commit is contained in:
James Cole 2020-06-08 18:22:36 +02:00
parent 8304ee21f3
commit b4aafefc2b

View File

@ -46,7 +46,7 @@ trait CreatesObjectGroups
*/
protected function getObjectGroupMaxOrder(): int
{
return ObjectGroup::max('order');
return (int) ObjectGroup::max('order');
}
/**