FOSElasticaBundle/Configuration/Search.php
2013-03-27 13:44:06 -04:00

19 lines
272 B
PHP

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