From a02713b6442b2472b9c36ae8c7ded865ee0f2acd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 10 Jan 2019 14:17:08 +0000 Subject: [PATCH] Add missing import --- src/Command/FetchTweetsCommand.php | 1 + 1 file changed, 1 insertion(+) 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;