Add Tweet Entity

This commit is contained in:
Oliver Davies 2019-01-11 21:15:43 +00:00
parent 847efa466a
commit 1f3eada5bb
8 changed files with 273 additions and 62 deletions

View file

@ -2,7 +2,7 @@
namespace App\Command;
use App\Model\Tweet;
use App\Entity\Tweet;
use App\Service\TweetFetcher;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;