mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix showing community containers in the AIO interface and enabling or disabling them
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
0fe4ea3238
commit
8a6772bc05
4 changed files with 18 additions and 21 deletions
|
|
@ -1,12 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace AIO\Container;
|
||||
|
||||
readonly class CommunityContainer {
|
||||
public function __construct(
|
||||
string $id,
|
||||
string $name,
|
||||
string $documentation,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue