File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/de/php_perfect/intellij/ddev/php/server Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66import com .intellij .util .PathMappingSettings ;
77import com .jetbrains .php .config .servers .PhpServer ;
88import com .jetbrains .php .config .servers .PhpServersWorkspaceStateComponent ;
9- import de .php_perfect .intellij .ddev .deployment .DeploymentConfigManagerImpl ;
109import org .jetbrains .annotations .NotNull ;
1110
1211import java .util .List ;
1312
1413public final class ServerConfigManagerImpl implements ServerConfigManager {
15- private static final @ NotNull Logger LOG = Logger .getInstance (DeploymentConfigManagerImpl .class );
14+ private static final @ NotNull Logger LOG = Logger .getInstance (ServerConfigManagerImpl .class );
1615
1716 private final static @ NotNull String SERVER_NAME = "DDEV" ;
1817
You can’t perform that action at this time.
0 commit comments