Rename FOQ namespaces and services to FOS

This commit is contained in:
Jeremy Mikola 2013-03-27 13:39:28 -04:00
commit 49de4d361d
66 changed files with 292 additions and 292 deletions

View file

@ -1,8 +1,8 @@
<?php
namespace FOQ\ElasticaBundle\Manager;
namespace FOS\ElasticaBundle\Manager;
use FOQ\ElasticaBundle\Finder\FinderInterface;
use FOS\ElasticaBundle\Finder\FinderInterface;
/**
* @author Richard Miller <info@limethinking.co.uk>