init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
18
vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/Foo.php
vendored
Normal file
18
vendor/sensio/framework-extra-bundle/Tests/Fixtures/FooBundle/Entity/Foo.php
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Fixtures\FooBundle\Entity;
|
||||
|
||||
use Doctrine\ORM\Mapping;
|
||||
|
||||
/**
|
||||
* @Mapping\Entity
|
||||
*/
|
||||
class Foo
|
||||
{
|
||||
/**
|
||||
* @Mapping\Column(type="integer")
|
||||
* @Mapping\Id
|
||||
* @Mapping\GeneratedValue(strategy="AUTO")
|
||||
*/
|
||||
private $id;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue