Move Search annotation

This commit is contained in:
Tim Nagel 2014-06-16 22:33:04 +10:00
commit 64be10447d
3 changed files with 32 additions and 6 deletions

16
Annotation/Search.php Normal file
View file

@ -0,0 +1,16 @@
<?php
namespace FOS\ElasticaBundle\Annotation;
/**
* Annotation class for setting search repository.
*
* @author Richard Miller <info@limethinking.co.uk>
* @Annotation
* @Target("CLASS")
*/
class Search
{
/** @var string */
public $repositoryClass;
}