Dashboard: add missing strict_types

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/26558/head
J0WI 2021-04-14 16:44:56 +07:00
parent f031dd61c1
commit 684a0da48a
1 changed files with 1 additions and 0 deletions

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