This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace AppBundle\Listener\Search; | |
/** | |
* Automatically update ElasticSearch based on changes to the Doctrine source | |
* data. One listener is generated for each Doctrine entity / ElasticSearch type. | |
*/ | |
class CategoryListener extends SearchListener | |
{ |
NewerOlder