Files
raby/bootstrap/common/setup.php
2020-03-22 17:25:11 -03:00

9 lines
209 B
PHP

<?php
use Psr\Container\ContainerInterface as Container;
return [
Symfony\Component\Filesystem\Filesystem::class => function(Container $c) {
return new Symfony\Component\Filesystem\Filesystem();
}
];