'onInitBmdRevenueLedgerService', ]; } /** * @param ContainerInterface $container * * @return BmdRevenueLedgerService */ public static function onInitBmdRevenueLedgerService(ContainerInterface $container) { return new BmdRevenueLedgerService( $container->get('Database') ); } }