Skip to content

Commit

Permalink
Fix CS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesphere committed Mar 31, 2020
1 parent b7d4630 commit 1732655
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Extensions/DataObjectExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Firesphere\SolrCompatibility\Extensions;


use SilverStripe\Core\Extension;
use SilverStripe\ORM\DataObject;

Expand All @@ -14,7 +13,6 @@
*/
class DataObjectExtension extends Extension
{

public function triggerReindex()
{
$this->owner->doReindex();
Expand Down

0 comments on commit 1732655

Please sign in to comment.