all-in-one/php/src/Container/State/NotRestartingState.php

6 lines
93 B
PHP
Raw Normal View History

<?php
namespace AIO\Container\State;
class NotRestartingState implements IContainerState
{}