Skip to content

Commit

Permalink
Merge branch '2.x-dev' into generate-author-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 24, 2024
2 parents c1d6687 + 2a97871 commit d980e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected function parseFeatures(array $features): array
$case = Feature::fromName($name);

if (! $case) {
throw new InvalidConfigurationException("Invalid feature '{$feature}' specified in the YAML config file. (Feature::{$name} does not exist)");
throw new InvalidConfigurationException("Invalid feature '$feature' specified in the YAML config file. (Feature::$name does not exist)");
}

return $case;
Expand Down

0 comments on commit d980e3c

Please sign in to comment.