Merge pull request #2439 from xrousset78800/fix/PHRAS-1816-fix-typo-on-exception-message

PHRAS-1816 Fix exception message
This commit is contained in:
Nicolas Maillat
2018-01-17 17:38:17 +01:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ class JsFixtures extends Command
protected function doExecute(InputInterface $input, OutputInterface $output)
{
if (!file_exists($this->container['db.fixture.info']['path'])) {
throw new RuntimeException('You must generate sqlite db first, run "bin/console phraseanet:regenerate-sqlite" command.');
throw new RuntimeException('You must generate sqlite db first, run "bin/developer phraseanet:regenerate-sqlite" command.');
}
$this->container['orm.em'] = $this->container->extend('orm.em', function($em, $app) {