tao-test/app/tao/models/classes/search/zend/ZendSearch.php

15 lines
295 B
PHP

<?php
namespace oat\tao\model\search\zend;
/**
* Placeholder class for the moved ZendSearch implementation
* Because of the way 3.0 stores configurations, else we get a hard
* php Error when trying to load the config and upoate script fails
*
* @author Joel Bout
*/
class ZendSearch
{
}