Update Autoloader namespace
This commit is contained in:
parent
cd11723e63
commit
96b3797ad6
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ means that you have to register a special autoloader for these classes:
|
|||
.. code-block:: php
|
||||
|
||||
<?php
|
||||
use Doctrine\ORM\Proxy\Autoloader;
|
||||
use Doctrine\Common\Proxy\Autoloader;
|
||||
|
||||
$proxyDir = "/path/to/proxies";
|
||||
$proxyNamespace = "MyProxies";
|
||||
|
|
Loading…
Add table
Reference in a new issue