Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
vermakhushboo committed Jan 3, 2024
1 parent c7ac51b commit a8f3f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domains/Validator/PublicDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ public function getType(): string
*/
public static function allow(array $domains): void
{
self::$allowedDomains[] = $domains;
self::$allowedDomains = array_merge(self::$allowedDomains, $domains);
}
}

0 comments on commit a8f3f77

Please sign in to comment.