Skip to content

Commit

Permalink
Adapt use statements to the code (#10174)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 25, 2022
1 parent 0b9c949 commit a5553a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/advanced-configuration.rst
Expand Up @@ -130,7 +130,7 @@ The attribute driver can be injected in the ``Doctrine\ORM\Configuration``:
.. code-block:: php
<?php
use Doctrine\ORM\ORMSetup;
use Doctrine\ORM\Mapping\Driver\AttributeDriver;
$driverImpl = new AttributeDriver(['/path/to/lib/MyProject/Entities']);
$config->setMetadataDriverImpl($driverImpl);
Expand Down

0 comments on commit a5553a0

Please sign in to comment.