App src code
This commit is contained in:
10
app/setup/setups/03_services.php
Normal file
10
app/setup/setups/03_services.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
return [
|
||||
ProVM\Common\Service\Logs::class => function(ContainerInterface $container) {
|
||||
return new ProVM\Common\Service\Logs(
|
||||
$container->get('logs_folder')
|
||||
);
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user