mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
IniRepository: Fix wrong documentation for $configs
This commit is contained in:
parent
31815d1035
commit
1f0ee9b0d4
@ -32,7 +32,7 @@ abstract class IniRepository extends Repository implements Extensible, Updatable
|
|||||||
* <code>
|
* <code>
|
||||||
* array(
|
* array(
|
||||||
* 'table_name' => 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',
|
* 'keyColumn' => 'the_name_of_the_column_to_use_as_key_column',
|
||||||
* ['module' => 'the_name_of_the_module_if_any']
|
* ['module' => 'the_name_of_the_module_if_any']
|
||||||
* )
|
* )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user