Se agrega seccion de evento

This commit is contained in:
2020-04-28 23:52:56 -04:00
parent a878d6bc77
commit 2a34fa368e
97 changed files with 275 additions and 67 deletions

View 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'));
}
];