Files
shlink/module/CLI/src/Command/Install/UpdateCommand.php
2017-07-03 13:17:44 +02:00

14 lines
212 B
PHP

<?php
namespace Shlinkio\Shlink\CLI\Command\Install;
class UpdateCommand extends AbstractInstallCommand
{
/**
* @return bool
*/
protected function isUpdate()
{
return true;
}
}