Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Nov 2, 2023
1 parent f712863 commit 14be09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/src/Frontend/AddTranslations.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(

public function forFrontend(string $name): static
{
w $this->filter = fn (string $id) => preg_match('/^.+(?:\.|::)(?:'.$name.'|lib)\./', $id);
$this->filter = fn (string $id) => preg_match('/^.+(?:\.|::)(?:'.$name.'|lib)\./', $id);

return $this;
}
Expand Down

0 comments on commit 14be09a

Please sign in to comment.