Skip to content

Commit

Permalink
Verify implemented methods and finders
Browse files Browse the repository at this point in the history
  • Loading branch information
jadb committed Jan 23, 2016
1 parent 0b57e96 commit a7d27b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Model/Behavior/ObfuscateBehavior.php
Expand Up @@ -58,6 +58,8 @@ public function verifyConfig()
'Strategy must implement the `Muffin\Obfuscate\Model\Behavior\Strategy\StrategyInterface`'
);
}

parent::verifyConfig();
}

/**
Expand Down

0 comments on commit a7d27b2

Please sign in to comment.