Fix namespace

This commit is contained in:
Romain Neutron
2014-02-26 16:31:52 +01:00
parent b7cd76dbf2
commit 965a685236
2 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
namespace Alchemy\Phrasea\SearchEngine\SphinxSearch;
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\SearchEngine\Phrasea\SphinxSearchEngineSubscriber;
use Alchemy\Phrasea\SearchEngine\SearchEngineInterface;
use Alchemy\Phrasea\SearchEngine\SearchEngineOptions;
use Alchemy\Phrasea\SearchEngine\SearchEngineResult;

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;