Update imports
This commit is contained in:
parent
06d35d0515
commit
b85a82e6d6
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue