mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-09-05 04:05:07 +02:00
11 lines
190 B
PHP
11 lines
190 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\Constants\Config;
|
|
|
|
class ValidationConstants
|
|
{
|
|
final public const string MODERATION_SERVICE_QUALIFIED = 'validation.moderation_service';
|
|
}
|