summaryrefslogtreecommitdiffstats
path: root/lib/Dashboard/SocialWidget.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-05-25 20:23:57 -0100
committerGitHub <noreply@github.com>2023-05-25 20:23:57 -0100
commitb5d0e55d186450313d7f13285d102e0719f278bc (patch)
treeff780068ef8b63a40eca1b3423073cc70bc18873 /lib/Dashboard/SocialWidget.php
parent81f21690afe2b64b297d326027eefe451468ff24 (diff)
parent3b479e560fe5e67158604253b6c40a5d98413294 (diff)
Merge pull request #1767 from nextcloud/releases/0.6.0v0.6.0
0.6.0
Diffstat (limited to 'lib/Dashboard/SocialWidget.php')
-rw-r--r--lib/Dashboard/SocialWidget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dashboard/SocialWidget.php b/lib/Dashboard/SocialWidget.php
index fa5193d3..ad5395b9 100644
--- a/lib/Dashboard/SocialWidget.php
+++ b/lib/Dashboard/SocialWidget.php
@@ -23,10 +23,10 @@
namespace OCA\Social\Dashboard;
-use OCP\IURLGenerator;
+use OCA\Social\AppInfo\Application;
use OCP\Dashboard\IWidget;
use OCP\IL10N;
-use OCA\Social\AppInfo\Application;
+use OCP\IURLGenerator;
class SocialWidget implements IWidget {
private IL10N $l10n;