Good morning everyone.
I'm creating a project with Doctrine, the problem is when I try to do something like this:
$message = $this->em->find('Entities\PdContact', 1);
From the model, I get the following error:
Class 'Entities...
asked by
11.04.2017 / 16:53