Commit f3f2fcf0 authored by Pavel Tatar's avatar Pavel Tatar 💬
Browse files

Merge branch 'root-master-patch-46993' into 'master'

Update README.md

See merge request root/it-symfony-template!8
parents 7e298bb7 f27ae733
......@@ -371,3 +371,11 @@ public function formAgg(string $id = null, Request $request, ManagerRegistry $do
$em->persist($data);
$em->flush();
```
CHYBA - Object of class could not be converted to String
```sh
public function __toString()
{
return $this->entreprise_nom;
}
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment