mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented law standart template
This commit is contained in:
14
application/src/Repository/LawRepository.php
Normal file
14
application/src/Repository/LawRepository.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace App\Repository;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class LawRepository extends EntityRepository
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user