fix: avoid using php start shorthand

This commit is contained in:
transcaffeine 2024-08-05 20:31:55 +02:00
parent 35979fa743
commit ea9a60558f
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
return [
'routes' => [

View File

@ -1,4 +1,4 @@
<?
<?php
namespace OCA\PrideFlags\Settings;