aio-interface: allow to manage the community containers via the AIO interface (#6443)

Signed-off-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Simon L. 2025-05-30 09:32:51 +02:00 committed by GitHub
parent 17ec503bf3
commit 673b1db07e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 220 additions and 205 deletions

View file

@ -0,0 +1,12 @@
<?php
namespace AIO\Container;
readonly class CommunityContainer {
public function __construct(
string $id,
string $name,
string $documentation,
) {
}
}