mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
FIX: Use Configurable trait
This commit is contained in:
parent
cb3d3209bb
commit
fad208f6a7
@ -11,6 +11,7 @@ use SilverStripe\FullTextSearch\Solr\Solr;
|
||||
use SilverStripe\FullTextSearch\Solr\SolrIndex;
|
||||
use SilverStripe\ORM\DB;
|
||||
use Symfony\Component\Process\Process;
|
||||
use SilverStripe\Core\Config\Configurable;
|
||||
|
||||
/**
|
||||
* Invokes an immediate reindex
|
||||
@ -19,6 +20,9 @@ use Symfony\Component\Process\Process;
|
||||
*/
|
||||
class SolrReindexImmediateHandler extends SolrReindexBase
|
||||
{
|
||||
|
||||
use Configurable;
|
||||
|
||||
/**
|
||||
* Path to the php binary
|
||||
* @config
|
||||
|
Loading…
Reference in New Issue
Block a user