Part-DB.Part-DB-server/src/Repository/PartRepository.php

17 lines
213 B
PHP
Raw Normal View History

<?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
}