mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-22 03:00:21 +00:00
6 lines
88 B
PHP
6 lines
88 B
PHP
<?php
|
|
|
|
namespace AIO\Container\State;
|
|
|
|
class StartingState implements IContainerState
|
|
{} |