1
0
mirror of synced 2025-01-29 19:41:45 +03:00
Sergey Polischook 07f67c5d1a Allow to not generate extra use
For case when we not generate annotation (by default at doctrine orm:generate-entities) allow to not generate extra use for it - 
```php
use Doctrine\ORM\Mapping as ORM;
```
For example if generate entities for my project that use only dbal in pord but use orm for generate entities in dev mode.
2013-12-30 04:43:35 +02:00
..
2013-12-16 11:05:04 -05:00
2013-10-02 12:07:37 +02:00
2013-04-06 14:31:27 +00:00
2013-12-16 11:05:04 -05:00
2013-12-16 11:05:04 -05:00
2013-06-14 12:07:28 -04:00
2013-12-30 04:43:35 +02:00
2013-12-16 11:05:05 -05:00
2013-12-16 11:05:04 -05:00
2013-12-16 11:05:04 -05:00
2013-12-16 15:55:54 -05:00
2013-03-11 00:08:58 +00:00
2012-12-13 18:19:21 +00:00
2013-12-16 11:05:04 -05:00
2013-03-11 00:08:58 +00:00
2013-12-16 11:05:05 -05:00
2013-11-19 11:50:43 -05:00

The file is empty.