DA

Size: a a a
DA
✨
✨
ПВ
DN
```A new entity was found through the relationship 'App\Entity\Book#addedBy' that was not configured to cascade persist operations for entity: App\Entity\Users@00000000537b3d490000000002403ea8. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(..,cascade={"persist"}). If you cannot find out which entity causes the problem implement 'App\Entity\Users#__toString()' to get a clue```
(если попробовать сохранить, тогда создастся новый user с другим id)VK
СВ
BB
{% for user in users %}
{% for book in books
[loop.index] %}
...
{% endfor %}
{% endfor %}
BB
JA
BT
BB
fn
fn
BB
BB
fn