diff options
author | J0WI <J0WI@users.noreply.github.com> | 2021-04-14 16:44:56 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2021-04-14 16:46:25 +0200 |
commit | 684a0da48ae51b07a09bc422c03ff681fd298310 (patch) | |
tree | 4c22e9372971381da3cbeeb62282cbe9be34de46 /apps/dashboard/templates | |
parent | f031dd61c14a093effeb5773323f578abd65d54f (diff) | |
download | nextcloud-server-684a0da48ae51b07a09bc422c03ff681fd298310.tar.gz nextcloud-server-684a0da48ae51b07a09bc422c03ff681fd298310.zip |
Dashboard: add missing strict_types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'apps/dashboard/templates')
-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> |