From 1f0ee9b0d4461b919e2df7cccbbf20f61f05d9a4 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 23 Jul 2019 10:25:12 +0200 Subject: [PATCH] IniRepository: Fix wrong documentation for $configs --- library/Icinga/Repository/IniRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Repository/IniRepository.php b/library/Icinga/Repository/IniRepository.php index 7e6506f78..e2931c1a5 100644 --- a/library/Icinga/Repository/IniRepository.php +++ b/library/Icinga/Repository/IniRepository.php @@ -32,7 +32,7 @@ abstract class IniRepository extends Repository implements Extensible, Updatable * * array( * 'table_name' => array( - * 'config' => 'name_of_the_ini_file_without_extension', + * 'name' => 'name_of_the_ini_file_without_extension', * 'keyColumn' => 'the_name_of_the_column_to_use_as_key_column', * ['module' => 'the_name_of_the_module_if_any'] * )