20 lines
482 B
PHP
20 lines
482 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* This file generated by Mezzio\Tooling\Factory\ConfigInjector.
|
||
|
*
|
||
|
* Modifications should be kept at a minimum, and restricted to adding or
|
||
|
* removing factory definitions; other dependency types may be overwritten
|
||
|
* when regenerating this file via mezzio-tooling commands.
|
||
|
*/
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
return [
|
||
|
'dependencies' => [
|
||
|
'factories' => [
|
||
|
App\Login\LoginHandler::class => App\Login\LoginHandlerFactory::class,
|
||
|
],
|
||
|
],
|
||
|
];
|