Make LabelGenerator services final.

This commit is contained in:
Jan Böhmer 2020-05-09 18:17:23 +02:00
parent 28187f1ef2
commit e925bec5b6
18 changed files with 48 additions and 48 deletions

View file

@ -24,7 +24,7 @@ use App\Entity\Contracts\TimeStampableInterface;
use IntlDateFormatter;
use Locale;
class TimestampableElementProvider implements PlaceholderProviderInterface
final class TimestampableElementProvider implements PlaceholderProviderInterface
{
/**