mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-09-05 12:15:01 +02:00
11 lines
193 B
PHP
11 lines
193 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\Constants\Config;
|
|
|
|
class ExternalProfileConstants
|
|
{
|
|
final public const string MAX_PROFILES_QUALIFIED = 'externalprofile.user_max_profiles';
|
|
}
|