mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Dashboard: add missing strict_types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue