Fix SphinxSearchEngineSubscriber namespace

This commit is contained in:
Romain Neutron
2013-12-05 12:13:45 +01:00
parent 6587cb0000
commit 6519e26888
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\SearchEngine\Phrasea;
namespace Alchemy\Phrasea\SearchEngine\SphinxSearch;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;