mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #2439 from xrousset78800/fix/PHRAS-1816-fix-typo-on-exception-message
PHRAS-1816 Fix exception message
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user