Код: Выделить всё
Attribute "Doctrine\ORM\Mapping\OneToMany" cannot target method (allowed targets: property)
Код: Выделить всё
#[OneToMany(targetEntity: TransactionReceiptCode::class, mappedBy: 'transaction', cascade: ['persist'])]
protected $rc_breakddown;
#[OneToMany(targetEntity: TransactionFee::class, mappedBy: 'transaction', cascade: ['persist'])]
protected $fees;
Подробнее здесь: https://stackoverflow.com/questions/787 ... annotation
Мобильная версия