Dashboard: add missing strict_types

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2021-04-14 16:44:56 +02:00
parent f031dd61c1
commit 684a0da48a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
\OCP\Util::addScript('dashboard', 'dashboard');
?>
<div id="app-content-vue"></div>