mirror of
https://github.com/bitwarden/server
synced 2026-01-03 09:03:44 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Bit.Core.Settings
|
||||
namespace Bit.Core.Settings;
|
||||
|
||||
public interface IFileStorageSettings
|
||||
{
|
||||
public interface IFileStorageSettings
|
||||
{
|
||||
string ConnectionString { get; set; }
|
||||
string BaseDirectory { get; set; }
|
||||
string BaseUrl { get; set; }
|
||||
}
|
||||
string ConnectionString { get; set; }
|
||||
string BaseDirectory { get; set; }
|
||||
string BaseUrl { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user