]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Entity/Client.php
Symfony Upgrade Fixer FTW
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Entity / Client.php
index d449870a4fdce25d325729fc011e5c7269bf7028..c04ed0f62f0469f6dbb345a29dbb7aff97c5c62f 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace Wallabag\ApiBundle\Entity;
 
-use FOS\OAuthServerBundle\Entity\Client as BaseClient;
 use Doctrine\ORM\Mapping as ORM;
+use FOS\OAuthServerBundle\Entity\Client as BaseClient;
 
 /**
  * @ORM\Table("oauth2_clients")