Merge pull request #832 from mnapoli/patch-4
Added "readOnly: true" to YAML reference
This commit is contained in:
commit
5fa1b10506
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ of several common elements:
|
|||
type: entity
|
||||
repositoryClass: Doctrine\Tests\ORM\Mapping\UserRepository
|
||||
table: cms_users
|
||||
readOnly: true
|
||||
indexes:
|
||||
name_index:
|
||||
columns: [ name ]
|
||||
|
|
Loading…
Add table
Reference in a new issue