summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-04-16 10:13:02 +0200
committerGitHub <noreply@github.com>2021-04-16 10:13:02 +0200
commit7d8ff2792808042c6107a56d746c9340fee2c9a9 (patch)
tree511df13b5f627f25baf78c55e9da603627cee6f3
parent657ee534a8d0aac88472fc6b03b3e8b81572e5a7 (diff)
parent684a0da48ae51b07a09bc422c03ff681fd298310 (diff)
downloadnextcloud-server-7d8ff2792808042c6107a56d746c9340fee2c9a9.tar.gz
nextcloud-server-7d8ff2792808042c6107a56d746c9340fee2c9a9.zip
Merge pull request #26558 from J0WI/dashboard-strict
Dashboard: add missing strict_types
-rw-r--r--apps/dashboard/templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dashboard/templates/index.php b/apps/dashboard/templates/index.php
index e4056ce06e2..9e345cdd34a 100644
--- a/apps/dashboard/templates/index.php
+++ b/apps/dashboard/templates/index.php
@@ -1,4 +1,5 @@
<?php
+ declare(strict_types=1);
\OCP\Util::addScript('dashboard', 'dashboard');
?>
<div id="app-content-vue"></div>