Created common abstract command for update and install

This commit is contained in:
Alejandro Celaya
2017-07-03 13:10:16 +02:00
parent 04c479148a
commit 584e1f5643
5 changed files with 331 additions and 319 deletions

View File

@@ -1,9 +1,7 @@
<?php
namespace Shlinkio\Shlink\CLI\Command\Install;
use Zend\Config\Writer\WriterInterface;
class UpdateCommand extends InstallCommand
class UpdateCommand extends AbstractInstallCommand
{
public function createDatabase()
{