mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix CS
This commit is contained in:
@@ -38,7 +38,8 @@ abstract class AbstractPluginCommand extends Command
|
||||
$this->container['plugins.autoloader-generator']->write($manifests);
|
||||
$output->writeln(" <comment>OK</comment>");
|
||||
|
||||
$output->writeln('Building LESS assets');
|
||||
$this->container['phraseanet.less-builder']->build($this->container['phraseanet.less-mapping.customizable'], $output);
|
||||
$output->write('Building LESS assets ...');
|
||||
$this->container['phraseanet.less-builder']->build($this->container['phraseanet.less-mapping.customizable']);
|
||||
$output->writeln(" <comment>OK</comment>");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user