diff --git a/includes/Menu/Group.php b/includes/Menu/Group.php index 313e43ea2..b3692c01f 100644 --- a/includes/Menu/Group.php +++ b/includes/Menu/Group.php @@ -97,7 +97,7 @@ final class Group { } catch ( DomainException $exception ) { return; } - throw new DomainException( "The \"${name}\" entry already exists." ); + throw new DomainException( "The \"{$name}\" entry already exists." ); } /**