nextcloud-pride-flags/lib/AppConstants.php

10 lines
130 B
PHP
Raw Permalink Normal View History

2024-07-28 15:57:30 +00:00
<?php
declare(strict_types=1);
namespace OCA\PrideFlags;
abstract class AppConstants {
public const APP_ID = 'pride_flags';
}