<?php

declare(strict_types=1);

namespace AC\Column;

trait GroupTrait
{

    protected function get_group(): ?string
    {
        return null;
    }

}