User roles and permission management via Admin UI (#1231)
This commit is contained in:
@@ -38,7 +38,7 @@ trait StringAccessibleConfigTrait
|
||||
*/
|
||||
protected function getConfigurations(ConfigLoaderInterface $repository): array
|
||||
{
|
||||
return $repository->getConfiguration($this->getPrefix() . '.');
|
||||
return $repository->getConfiguration($this->getPrefix());
|
||||
}
|
||||
|
||||
protected function prepare()
|
||||
|
||||
Reference in New Issue
Block a user