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

Commit 913f82f

Browse files
Gman98ishlayershifter
authored andcommitted
fix(Extract): make Extract::suffixExists protected (#35)
fix(Extract): make Extract::suffixExists protected
1 parent 7af40d6 commit 913f82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ private function parseSuffix($hostname)
359359
*
360360
* @return bool
361361
*/
362-
private function suffixExists($entry)
362+
protected function suffixExists($entry)
363363
{
364364
if (!$this->suffixStore->isExists($entry)) {
365365
return false;

0 commit comments

Comments
 (0)