tethys/app/Library/Util/SolrIndexIndexer.php
2020-06-10 21:09:15 +02:00

8 lines
83 B
PHP

<?php
namespace App\Library\Util;
class SolrIndexIndexer
{
protected $data;
}