Move Search annotation
This commit is contained in:
parent
f5932a8e47
commit
64be10447d
3 changed files with 32 additions and 6 deletions
16
Annotation/Search.php
Normal file
16
Annotation/Search.php
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue