Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15340 Rev 17002
Línea 26... Línea 26...
26
        $this->adapter      = $adapter;
26
        $this->adapter      = $adapter;
27
    }
27
    }
Línea 28... Línea 28...
28
    
28
    
29
    public function __invoke()
29
    public function __invoke()
30
    {
30
    {
31
        return new CurrentNetworkPlugin($this->adapter);
31
        return CurrentNetworkPlugin::getInstance($this->adapter);
32
    }
32
    }