Files
shlink/module/CLI/src/Command/Install/UpdateCommand.php
2016-08-19 15:50:08 +02:00

13 lines
212 B
PHP

<?php
namespace Shlinkio\Shlink\CLI\Command\Install;
use Zend\Config\Writer\WriterInterface;
class UpdateCommand extends InstallCommand
{
public function createDatabase()
{
return true;
}
}