]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Form/Type/ClientType.php
Ensure access_token are removed
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Form / Type / ClientType.php
similarity index 97%
rename from src/Wallabag/CoreBundle/Form/Type/ClientType.php
rename to src/Wallabag/ApiBundle/Form/Type/ClientType.php
index d1fa94e6c314b548b85650a4aaa119ec25f37bbe..0ea1a9c5c6469c60c4126ba5773cf1172d4a7894 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Wallabag\CoreBundle\Form\Type;
+namespace Wallabag\ApiBundle\Form\Type;
 
 use Symfony\Component\Form\AbstractType;
 use Symfony\Component\Form\CallbackTransformer;