]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Security/Authentication/Token/WsseUserToken.php
Move API stuff in ApiBundle
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Security / Authentication / Token / WsseUserToken.php
similarity index 87%
rename from src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php
rename to src/Wallabag/ApiBundle/Security/Authentication/Token/WsseUserToken.php
index ea6fb9bf2d1201cbac430b28b70b1793fa0e1b09..aa68dbdc6948ab44c22a99fb1e988d3df87da8a6 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-namespace Wallabag\CoreBundle\Security\Authentication\Token;
+namespace Wallabag\ApiBundle\Security\Authentication\Token;
 
 use Symfony\Component\Security\Core\Authentication\Token\AbstractToken;