mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 15:05:58 +01:00
Introduced empty PartRepository for later use.
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user