mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
17 lines
No EOL
213 B
PHP
17 lines
No EOL
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
|
|
} |