FIX: Use Configurable trait

This commit is contained in:
James Ayers 2018-10-30 20:44:51 +13:00 committed by Guy Marriott
parent 36c55361c3
commit d1eae39348
No known key found for this signature in database
GPG Key ID: A80F9ACCB86D3DA7
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use SilverStripe\FullTextSearch\Solr\Solr;
use SilverStripe\FullTextSearch\Solr\SolrIndex; use SilverStripe\FullTextSearch\Solr\SolrIndex;
use SilverStripe\ORM\DB; use SilverStripe\ORM\DB;
use Symfony\Component\Process\Process; use Symfony\Component\Process\Process;
use SilverStripe\Core\Config\Configurable;
/** /**
* Invokes an immediate reindex * Invokes an immediate reindex
@ -19,6 +20,9 @@ use Symfony\Component\Process\Process;
*/ */
class SolrReindexImmediateHandler extends SolrReindexBase class SolrReindexImmediateHandler extends SolrReindexBase
{ {
use Configurable;
/** /**
* Path to the php binary * Path to the php binary
* @config * @config