tethys/app/Library/Util/SolrIndexIndexer.php

8 lines
83 B
PHP
Raw Normal View History

2019-02-12 11:21:35 +00:00
<?php
namespace App\Library\Util;
class SolrIndexIndexer
{
protected $data;
}