📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 11:51:45
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
src
📍 /opt/cpanel/ea-wappspector/src
🔄 Refresh
✏️
Editing: DIContainer.php
Read Only
<?php namespace Plesk\Wappspector; use DI\Container; use DI\ContainerBuilder; use Exception; class DIContainer { /** * @throws Exception */ public static function build(): Container { $containerBuilder = new ContainerBuilder(); $containerBuilder->addDefinitions(__DIR__ . '/container.php'); return $containerBuilder->build(); } }
💾 Save Changes
❌ Cancel