diff --git a/src/Command/FetchTweetsCommand.php b/src/Command/FetchTweetsCommand.php index 8e90640..10cb744 100644 --- a/src/Command/FetchTweetsCommand.php +++ b/src/Command/FetchTweetsCommand.php @@ -2,6 +2,7 @@ namespace App\Command; +use App\Service\TweetFetcher; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface;