mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
6 lines
87 B
PHP
6 lines
87 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace AIO\Container\State;
|
||
|
|
|
||
|
|
class RunningState implements IContainerState
|
||
|
|
{}
|