mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Refactor command line utilities
This commit is contained in:
@@ -18,7 +18,8 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class XSendFileConfigurationDumper extends Command
|
||||
{
|
||||
public function __construct($name = null) {
|
||||
public function __construct($name = null)
|
||||
{
|
||||
parent::__construct('xsendfile:dump-configuration');
|
||||
|
||||
$this->setDescription('Dump the virtual host configuration depending on Phraseanet configuration');
|
||||
|
Reference in New Issue
Block a user