diff options
Diffstat (limited to 'apps')
-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> |