mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed formatting
This commit is contained in:
@@ -41,8 +41,7 @@ namespace Orchard.Email.Models {
|
|||||||
set { this.Store(x => x.RequireCredentials, value); }
|
set { this.Store(x => x.RequireCredentials, value); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool UseDefaultCredentials
|
public bool UseDefaultCredentials {
|
||||||
{
|
|
||||||
get { return this.Retrieve(x => x.UseDefaultCredentials); }
|
get { return this.Retrieve(x => x.UseDefaultCredentials); }
|
||||||
set { this.Store(x => x.UseDefaultCredentials, value); }
|
set { this.Store(x => x.UseDefaultCredentials, value); }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user