]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriber.php
Move related event things in Event folder
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Event / Subscriber / TablePrefixSubscriber.php
similarity index 97%
rename from src/Wallabag/CoreBundle/Subscriber/TablePrefixSubscriber.php
rename to src/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriber.php
index 0379ad6a92c12523e253c7148f8af8b664ce891e..9013328f152e1fb9b2bbcfe32119e21caae454ac 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Wallabag\CoreBundle\Subscriber;
+namespace Wallabag\CoreBundle\Event\Subscriber;
 
 use Doctrine\Common\EventSubscriber;
 use Doctrine\ORM\Event\LoadClassMetadataEventArgs;