Skip to content

Commit

Permalink
bug #61 Add missing import (codedmonkey)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

Add missing import

Add a missing import after the revamp of the Command class by @weaverryan

Commits
-------

ad5e53e Add missing import
  • Loading branch information
fabpot committed Nov 29, 2017
2 parents 7134fb1 + ad5e53e commit 3defef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/MakerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Flex\Recipe;

/**
* Used as the Command class for the makers.
Expand Down

0 comments on commit 3defef8

Please sign in to comment.