Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 979 | Rev 981 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 979 Rev 980
Línea 8... Línea 8...
8
 
8
 
9
use Interop\Container\ContainerInterface;
9
use Interop\Container\ContainerInterface;
10
use Laminas\ServiceManager\Factory\FactoryInterface;
10
use Laminas\ServiceManager\Factory\FactoryInterface;
Línea 11... Línea 11...
11
use LeadersLinked\Controller\PerformanceFormController;
11
use LeadersLinked\Controller\PerformanceFormController;
12
 
12
 
13
class PerformanceFormControllerFactory implements FactoryInterface
13
class PerformanceEvaluationFormControllerFactory implements FactoryInterface
14
{
14
{
Línea 15... Línea 15...
15
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
15
    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)