Skip to content

Commit

Permalink
Merge pull request #17 from lerni/ext-updateDisallowedUrls
Browse files Browse the repository at this point in the history
extension-point updateDisallowedUrls
  • Loading branch information
tractorcow authored Aug 29, 2023
2 parents 42def28 + d864151 commit a5ae868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ protected function disallowedUrls()
}
}
}

$this->extend('updateDisallowedUrls', $urls);
return array_unique($urls);
}

Expand Down

0 comments on commit a5ae868

Please sign in to comment.