feat(command): add command for refresh database
This commit is contained in:
@@ -9,6 +9,7 @@ use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||
use Doctrine\Persistence\ManagerRegistry;
|
||||
|
||||
/**
|
||||
* In case of deleting records, you must modify RefreshDatabaseCommand transaction logic
|
||||
* @extends ServiceEntityRepository<Post>
|
||||
*/
|
||||
class PostRepository extends ServiceEntityRepository
|
||||
|
||||
Reference in New Issue
Block a user