diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-04-16 10:13:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 10:13:02 +0200 |
commit | 7d8ff2792808042c6107a56d746c9340fee2c9a9 (patch) | |
tree | 511df13b5f627f25baf78c55e9da603627cee6f3 | |
parent | 657ee534a8d0aac88472fc6b03b3e8b81572e5a7 (diff) | |
parent | 684a0da48ae51b07a09bc422c03ff681fd298310 (diff) | |
download | nextcloud-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.php | 1 |
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> |