Dashboard: add missing strict_types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
f031dd61c1
commit
684a0da48a
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
\OCP\Util::addScript('dashboard', 'dashboard');
|
\OCP\Util::addScript('dashboard', 'dashboard');
|
||||||
?>
|
?>
|
||||||
<div id="app-content-vue"></div>
|
<div id="app-content-vue"></div>
|
||||||
|
|
Loading…
Reference in New Issue