Add missing import

This commit is contained in:
Oliver Davies 2019-01-10 14:17:08 +00:00
parent 22c7b02ac3
commit a02713b644

View file

@ -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;