v0.7.0
This commit is contained in:
8
bootstrap/common/setup.php
Normal file
8
bootstrap/common/setup.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
use Psr\Container\ContainerInterface as Container;
|
||||
|
||||
return [
|
||||
Symfony\Component\Filesystem\Filesystem::class => function(Container $c) {
|
||||
return new Symfony\Component\Filesystem\Filesystem();
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user