mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemenented version attribt, repository and tests for right entity
This commit is contained in:
12
application/src/Repository/RightRepository.php
Normal file
12
application/src/Repository/RightRepository.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repository;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
class RightRepository extends EntityRepository
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user