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

@ -5,6 +5,7 @@ namespace App\Repository;
use App\Entity\Tweet;
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Symfony\Bridge\Doctrine\RegistryInterface;
use Tightenco\Collect\Support\Collection;
/**
* @method Tweet|null find($id, $lockMode = null, $lockVersion = null)