mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Refactor command line utilities
This commit is contained in:
@@ -35,7 +35,7 @@ class RemovePlugin extends AbstractPluginCommand
|
||||
$output->writeln(" <comment>OK</comment>");
|
||||
|
||||
$path = $this->container['plugins.directory'] . DIRECTORY_SEPARATOR . $name;
|
||||
|
||||
|
||||
$output->write("Removing <info>$name</info>...");
|
||||
$this->container['filesystem']->remove($path);
|
||||
$output->writeln(" <comment>OK</comment>");
|
||||
|
Reference in New Issue
Block a user