mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
17 lines
213 B
PHP
17 lines
213 B
PHP
|
<?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
|
||
|
}
|