Files
espocrm/cli-config.php
Taras Machyshyn 417576fd5e change instance
2013-11-01 13:49:54 +02:00

8 lines
209 B
PHP
Executable File

<?php
// cli-config.php
require_once "bootstrap.php";
$helperSet = new \Symfony\Component\Console\Helper\HelperSet(array(
'em' => new \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($base->em)
));