fix: ✏️ forgot strict mode on template

This commit is contained in:
Michel Roux 2025-02-03 15:27:50 +00:00
parent 545b166a4d
commit 059a91cebb

View File

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
use OCA\AppTemplate\AppInfo\Application; use OCA\AppTemplate\AppInfo\Application;
use OCP\Util; use OCP\Util;