Skip to content

Commit

Permalink
Make getTagKey protected to comply with the Trait (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Aug 7, 2016
1 parent 79e2465 commit 388ee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TaggablePSR6PoolAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ protected function getList($name)
/**
* {@inheritdoc}
*/
private function getTagKey($tag)
protected function getTagKey($tag)
{
return '__tag.'.$tag;
}
Expand Down

0 comments on commit 388ee44

Please sign in to comment.