Skip to content

Commit

Permalink
#147 Replace `Symfony\Component\Form\Exception\InvalidConfigurationEx…
Browse files Browse the repository at this point in the history
…ception` by `Symfony\Component\Config\Definition\Exception\InvalidConfigurationException`
  • Loading branch information
njoubert-cleverage committed Oct 22, 2024
1 parent f1d7670 commit dea1bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Task/Process/ProcessExecutorTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use CleverAge\ProcessBundle\Model\ProcessState;
use CleverAge\ProcessBundle\Registry\ProcessConfigurationRegistry;
use Psr\Log\LoggerInterface;
use Symfony\Component\Form\Exception\InvalidConfigurationException;
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsResolver;

Expand Down

0 comments on commit dea1bef

Please sign in to comment.