FOSElasticaBundle/Configuration/Search.php
Luis Cordova cacb40286c clean ups
2013-11-20 08:11:15 -05:00

17 lines
270 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;
}