Skip to content

Commit

Permalink
fix missing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier committed Dec 9, 2024
1 parent fe68396 commit 14574dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Alchemy\RenditionFactory\Command;

use Alchemy\RenditionFactory\Config\buildConfigValidator;
use Alchemy\RenditionFactory\Config\BuildConfigValidator;
use Alchemy\RenditionFactory\Config\YamlLoader;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;
Expand All @@ -17,7 +17,7 @@ class ConfigurationValidateCommand extends Command
{
public function __construct(
private readonly YamlLoader $yamlLoader,
private readonly buildConfigValidator $validator,
private readonly BuildConfigValidator $validator,
) {
parent::__construct();
}
Expand Down

0 comments on commit 14574dd

Please sign in to comment.