id = self::NextId(); }); } public static function NextId() { return (new self)->max('id')+1; } }