Se agrega seccion de evento
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 [
|
||||
ProVM\TotalSport\Common\Service\DataHandler::class => function(Container $c) {
|
||||
return new ProVM\TotalSport\Common\Service\DataHandler($c->get('folders.data'));
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user