mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Created common abstract command for update and install
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user