BUGFIX: Allow replacement of method

* As this method should be replaces by concrete classes.

Relates: #7
This commit is contained in:
Daniel Siepmann 2017-03-16 11:03:20 +01:00
parent ae3c850e58
commit cdccab83bc
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -162,7 +162,7 @@ trait ClassnameCheckerTrait
* @param string $classname
* @return string
*/
private function getTokenForReplacement($classname)
protected function getTokenForReplacement($classname)
{
return $classname;
}