Merge pull request #1388 from sbwalker/dev

implemented Label component in Installer for consistency and removed redundant logic
This commit is contained in:
Shaun Walker
2021-05-23 11:13:42 -04:00
committed by GitHub
8 changed files with 73 additions and 208 deletions

View File

@ -3,7 +3,5 @@ namespace Oqtane.Interfaces
public interface IDatabaseConfigControl
{
string GetConnectionString();
bool IsInstaller { get; set; }
}
}