Merge pull request #26558 from J0WI/dashboard-strict
Dashboard: add missing strict_types
This commit is contained in:
commit
7d8ff27928
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
\OCP\Util::addScript('dashboard', 'dashboard');
|
||||
?>
|
||||
<div id="app-content-vue"></div>
|
||||
|
|
Loading…
Reference in New Issue