appinfo
css
js
lib
AppInfo
Controller
Settings
AppConstants.php
templates
vendor-bin
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE.md
README.md
composer.json
openapi.json
package.json
psalm.xml
stylelint.config.js
10 lines
130 B
PHP
10 lines
130 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace OCA\PrideFlags;
|
|
|
|
abstract class AppConstants {
|
|
public const APP_ID = 'pride_flags';
|
|
}
|