removed the test code from #72

This commit is contained in:
tidusjar 2016-04-14 16:56:55 +01:00
parent 213a088f07
commit 866b6d6d6d
2 changed files with 12 additions and 6 deletions

View file

@ -34,7 +34,7 @@ namespace PlexRequests.UI.Modules
{
public class BaseModule : NancyModule
{
private ServiceLocator Locator => ServiceLocator.Instance;
protected ServiceLocator Locator => ServiceLocator.Instance;
public BaseModule()
{
var settings = Locator.Resolve<ISettingsService<PlexRequestSettings>>().GetSettings();