Merge pull request #26558 from J0WI/dashboard-strict

Dashboard: add missing strict_types
This commit is contained in:
Roeland Jago Douma 2021-04-16 10:13:02 +02:00 committed by GitHub
commit 7d8ff27928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
\OCP\Util::addScript('dashboard', 'dashboard');
?>
<div id="app-content-vue"></div>