Skip to content

Commit 388ee44

Browse files
authored
Make getTagKey protected to comply with the Trait (#85)
1 parent 79e2465 commit 388ee44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TaggablePSR6PoolAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ protected function getList($name)
227227
/**
228228
* {@inheritdoc}
229229
*/
230-
private function getTagKey($tag)
230+
protected function getTagKey($tag)
231231
{
232232
return '__tag.'.$tag;
233233
}

0 commit comments

Comments
 (0)