mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 06:50:09 +00:00
6 lines
93 B
PHP
6 lines
93 B
PHP
<?php
|
|
|
|
namespace AIO\Container\State;
|
|
|
|
class NotRestartingState implements IContainerState
|
|
{} |