summaryrefslogtreecommitdiffstats
path: root/lib/Dashboard/SocialWidget.php
diff options
context:
space:
mode:
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;