Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16768 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16768 Rev 17002
Línea 12... Línea 12...
12
{
12
{
13
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
13
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
14
    {
14
    {
15
        $adapter = $container->get('leaders-linked-db');
15
        $adapter = $container->get('leaders-linked-db');
Línea 16... Línea 16...
16
        
16
        
17
        return new CurrentNetworkPlugin($adapter);
17
        return CurrentNetworkPlugin::getInstance($adapter);
Línea 18... Línea 18...
18
    }
18
    }