Update imports

This commit is contained in:
Oliver Davies 2019-01-16 00:03:44 +00:00
parent 06d35d0515
commit b85a82e6d6
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
namespace App\Service;
use App\Model\Tweet;
use App\Entity\Tweet;
class Retweeter
{