Add Tweet Entity
This commit is contained in:
parent
847efa466a
commit
1f3eada5bb
8 changed files with 273 additions and 62 deletions
src/Command
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue