Commit 2dd6ff43 authored by SofHad's avatar SofHad

Fixed syntax

parent ed8423b9
......@@ -322,7 +322,7 @@ The converter callback also receives the ``Request`` as its second argument::
A converter can also be defined as a service. For example, here is a user
converter based on Doctrine ObjectManager::
use Doctrine\Common\Persistence\ObjectManager
use Doctrine\Common\Persistence\ObjectManager;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class UserConverter
......
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