aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/lib/Controller/LayoutApiController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard/lib/Controller/LayoutApiController.php')
-rw-r--r--apps/dashboard/lib/Controller/LayoutApiController.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/dashboard/lib/Controller/LayoutApiController.php b/apps/dashboard/lib/Controller/LayoutApiController.php
index 31b796575e0..755470b7b07 100644
--- a/apps/dashboard/lib/Controller/LayoutApiController.php
+++ b/apps/dashboard/lib/Controller/LayoutApiController.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2020 Julius Härtl <jus@bitgrid.net>
*
@@ -20,10 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
-declare(strict_types=1);
-
-
namespace OCA\Dashboard\Controller;
use OCP\AppFramework\Http\JSONResponse;