]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Entity/AuthCode.php
Symfony Upgrade Fixer FTW
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Entity / AuthCode.php
index 81398158b1f16c4fce84f3bd95b8ee6d222b4544..4d4b09fea7178ac9fed0f1bec0483db96d89d331 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace Wallabag\ApiBundle\Entity;
 
-use FOS\OAuthServerBundle\Entity\AuthCode as BaseAuthCode;
 use Doctrine\ORM\Mapping as ORM;
+use FOS\OAuthServerBundle\Entity\AuthCode as BaseAuthCode;
 
 /**
  * @ORM\Table("oauth2_auth_codes")