8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
namespace App\Library\Util;
|
|
|
|
class SolrIndexIndexer
|
|
{
|
|
protected $data;
|
|
}
|