X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/src
opt
/
cpanel
/
ea-wappspector
/
src
/
??
..
??
Command
??
DIContainer.php
(384 B)
??
FileSystemFactory.php
(364 B)
??
Helper
??
MatchResult
??
Matchers
??
Wappspector.php
(1.01 KB)
??
container.php
(1.83 KB)
Editing: DIContainer.php
<?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(); } }
Upload File
Create Folder