golden hour
/opt/cpanel/ea-wappspector/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
Command
-
Del
OK
DIContainer.php
384 B
Del
OK
FileSystemFactory.php
364 B
Del
OK
Helper
-
Del
OK
MatchResult
-
Del
OK
Matchers
-
Del
OK
Wappspector.php
1.01 KB
Del
OK
container.php
1.83 KB
Del
OK
Edit: 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(); } }
Save