mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-03 13:04:12 +03:00
Jun 16th update
This commit is contained in:
@@ -84,9 +84,9 @@ getLogFilesPathConfig()
|
||||
}
|
||||
|
||||
string
|
||||
getPolicyConfigPath(const string &name, ConfigFileType type, const string &tenant)
|
||||
getPolicyConfigPath(const string &name, ConfigFileType type, const string &tenant, const string &profile)
|
||||
{
|
||||
return Singleton::Consume<I_Config>::from<MockConfigProvider>()->getPolicyConfigPath(name, type, tenant);
|
||||
return Singleton::Consume<I_Config>::from<MockConfigProvider>()->getPolicyConfigPath(name, type, tenant, profile);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user