Skip to content

Commit

Permalink
FIX: Use Configurable trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapfrognz authored and ScopeyNZ committed May 9, 2019
1 parent 36c5536 commit d1eae39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php
Expand Up @@ -11,6 +11,7 @@
use SilverStripe\FullTextSearch\Solr\SolrIndex;
use SilverStripe\ORM\DB;
use Symfony\Component\Process\Process;
use SilverStripe\Core\Config\Configurable;

/**
* Invokes an immediate reindex
Expand All @@ -19,6 +20,9 @@
*/
class SolrReindexImmediateHandler extends SolrReindexBase
{

use Configurable;

/**
* Path to the php binary
* @config
Expand Down

0 comments on commit d1eae39

Please sign in to comment.