fix: 🎨 forgot strict mode on templates
All checks were successful
repod / xml (push) Successful in 24s
repod / php (push) Successful in 2m1s
repod / nodejs (push) Successful in 1m25s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2025-02-03 15:30:23 +00:00
parent c30775917e
commit 157e75b2f4

View File

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use OCA\RePod\AppInfo\Application;
use OCP\Util;
@ -7,4 +9,5 @@ Util::addScript(Application::APP_ID, Application::APP_ID.'-main');
Util::addStyle(Application::APP_ID, Application::APP_ID.'-main');
?>
<div id="content"></div>