Skip to content

Commit 3defef8

Browse files
committed
bug #61 Add missing import (codedmonkey)
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
2 parents 7134fb1 + ad5e53e commit 3defef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/MakerCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Symfony\Component\Console\Command\Command;
2222
use Symfony\Component\Console\Input\InputInterface;
2323
use Symfony\Component\Console\Output\OutputInterface;
24+
use Symfony\Flex\Recipe;
2425

2526
/**
2627
* Used as the Command class for the makers.

0 commit comments

Comments
 (0)