Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
fix(Extract): make Extract::suffixExists protected (#35)
Browse files Browse the repository at this point in the history
fix(Extract): make Extract::suffixExists protected
  • Loading branch information
Gman98ish authored and layershifter committed Sep 28, 2018
1 parent 7af40d6 commit 913f82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extract.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ private function parseSuffix($hostname)
*
* @return bool
*/
private function suffixExists($entry)
protected function suffixExists($entry)
{
if (!$this->suffixStore->isExists($entry)) {
return false;
Expand Down

0 comments on commit 913f82f

Please sign in to comment.