This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-02-03 22:09:26 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
tests
/
Doctrine
/
Tests
/
ORM
/
Mapping
/
php
/
Doctrine.Tests.Models.DDC3579.DDC3579Admin.php
7 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
Allow override of inversedBy
2015-11-05 12:11:29 +01:00
<
?
php
Use short-array syntax on "tests" directory
2016-12-07 23:33:41 +01:00
$metadata
->
setAssociationOverride
(
'groups'
,
[
Allow override of inversedBy
2015-11-05 12:11:29 +01:00
'inversedBy'
=>
'admins'
Use short-array syntax on "tests" directory
2016-12-07 23:33:41 +01:00
]
);
Reference in New Issue
Copy Permalink