mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
rename displayName to display_name
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1e78d729c4
commit
3c57b2db56
4 changed files with 16 additions and 16 deletions
|
|
@ -178,7 +178,7 @@ class ContainerDefinitionFetcher
|
|||
|
||||
$containers[] = new Container(
|
||||
$entry['container_name'],
|
||||
$entry['displayName'],
|
||||
$entry['display_name'],
|
||||
$entry['image'],
|
||||
$entry['restart'],
|
||||
$entry['stop_grace_period'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue