initial commit

This commit is contained in:
2024-07-28 17:57:30 +02:00
commit f21cb97a1b
25 changed files with 1286 additions and 0 deletions

9
lib/AppConstants.php Normal file
View File

@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace OCA\PrideFlags;
abstract class AppConstants {
public const APP_ID = 'pride_flags';
}