Merge pull request #26558 from J0WI/dashboard-strict

Dashboard: add missing strict_types
pull/26488/head
Roeland Jago Douma 2021-04-16 10:13:02 +07: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

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