Skip to content

Commit

Permalink
EZP-31986: Added missing RuntimeException import to CompileAssetsComm…
Browse files Browse the repository at this point in the history
…and (#20)
  • Loading branch information
adamwojs authored Oct 15, 2020
1 parent 8b969f2 commit 3b18532
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
namespace EzSystems\EzPlatformEncoreBundle\Command;

use InvalidArgumentException;
use RuntimeException;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
Expand Down

0 comments on commit 3b18532

Please sign in to comment.