mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Improved check on update and install commands
This commit is contained in:
@@ -3,7 +3,10 @@ namespace Shlinkio\Shlink\CLI\Command\Install;
|
||||
|
||||
class UpdateCommand extends AbstractInstallCommand
|
||||
{
|
||||
public function createDatabase()
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
protected function isUpdate()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user