Answer the question
In order to leave comments, you need to log in
Symfony, is there a way to detect if a Relation is being used?
Hello everyone, unfortunately I did not know how to describe the task in the heading.
I have several tables such as for example: vat (value added tax, etc.), they have relation to other tables.
I need to write an api where the VAT sheet is issued:
[
{
"id":1,
"tax":20,
"deletable": true
}
]
[
{
"id":1,
"tax":20,
"deletable": false
}
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question