X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9759014d2a2430ed3e8cd12ebe46e71885d63c14..567ccc61f27703d67c2e7c81b577bc02be88b772:/Command/Calendar2Command.php?ds=inline

diff --git a/Command/Calendar2Command.php b/Command/Calendar2Command.php
index 76d5c4c..0ddcd3f 100644
--- a/Command/Calendar2Command.php
+++ b/Command/Calendar2Command.php
@@ -26,9 +26,10 @@ use Symfony\Contracts\Translation\TranslatorInterface;
 
 use Twig\Extra\Markdown\DefaultMarkdown;
 
-use Rapsys\AirBundle\Entity\Session;
+use Rapsys\AirBundle\Command;
 use Rapsys\AirBundle\Entity\GoogleCalendar;
 use Rapsys\AirBundle\Entity\GoogleToken;
+use Rapsys\AirBundle\Entity\Session;
 
 use Rapsys\PackBundle\Util\SluggerUtil;