Rename FOQ namespaces and services to FOS

This commit is contained in:
Jeremy Mikola 2013-03-27 13:44:06 -04:00
commit 3fb9aaa56a
76 changed files with 352 additions and 352 deletions

View file

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