mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Marked database commands as hidden
This commit is contained in:
@@ -19,6 +19,7 @@ class MigrateDatabaseCommand extends AbstractDatabaseCommand
|
||||
{
|
||||
$this
|
||||
->setName(self::NAME)
|
||||
->setHidden()
|
||||
->setDescription('Runs database migrations, which will ensure the shlink database is up to date.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user