FIX: Use Configurable trait

This commit is contained in:
James Ayers 2018-10-30 20:44:51 +13:00 committed by Robbie Averill
parent cf26795019
commit 2323b7f2cd
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\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