Merge pull request #6065 from adiq/patch-1
Update Autoloader namespace [docs]
This commit is contained in:
commit
c8df209409
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