6 lines
No EOL
113 B
PHP
6 lines
No EOL
113 B
PHP
<?php
|
|
|
|
$cliConfig = new Doctrine\Common\Cli\Configuration();
|
|
$cliConfig->setAttribute('em', $entityManager);
|
|
|
|
?>
|