Added forgotten files, fixed codestyle a little bit

This commit is contained in:
Andrey
2013-07-02 18:26:45 +02:00
parent 32c6ceccd4
commit ea1364a499
5 changed files with 625 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace Repositories;
use Doctrine\ORM\EntityRepository;
/**
* OrderElementRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class OrderElementRepository extends EntityRepository
{
}