mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Introduced empty PartRepository for later use.
This commit is contained in:
parent
e9325bfb89
commit
7dbdb959b8
3 changed files with 22 additions and 4 deletions
17
src/Repository/PartRepository.php
Normal file
17
src/Repository/PartRepository.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: janhb
|
||||
* Date: 23.02.2019
|
||||
* Time: 22:46
|
||||
*/
|
||||
|
||||
namespace App\Repository;
|
||||
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
class PartRepository extends EntityRepository
|
||||
{
|
||||
//TODO
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue