BUGFIX: Allow replacement of method
* As this method should be replaces by concrete classes. Relates: #7
This commit is contained in:
parent
ae3c850e58
commit
cdccab83bc
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ trait ClassnameCheckerTrait
|
||||||
* @param string $classname
|
* @param string $classname
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function getTokenForReplacement($classname)
|
protected function getTokenForReplacement($classname)
|
||||||
{
|
{
|
||||||
return $classname;
|
return $classname;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue