# wpide/3.5.9/App/Services/ConfigManager/ConfigManager.php

WPIDE – File Manager &amp; Code Editor, version 3.5.9. 12 lines.

- Page: https://pluginprobe.com/plugins/wpide/3.5.9/code/App/Services/ConfigManager/ConfigManager.php
- Raw: https://pluginprobe.com/plugins/wpide/3.5.9/raw/App/Services/ConfigManager/ConfigManager.php
- Modified: 2024-10-09T18:42:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpide/3.5.9/code/App/Services/ConfigManager/ConfigManager.php#L10-L20`.

```php
<?php

namespace WPIDE\App\Services\ConfigManager;

use PHPMailer\PHPMailer\Exception;
use PhpParser\Error;
use WPIDE\App\Classes\Freemius;
use WPIDE\App\Helpers\FileBackup;
use WPIDE\App\Helpers\PhpValidator;
use WPIDE\App\Services\Service;
use WPIDE\App\Services\Storage\Filesystem;
use WPIDE\App\Services\Storage\LocalFileSystem;
```
