| ( ! ) Fatal error: Uncaught TypeError: Avmoz\domain\page\http\DefaultModel::__construct(): Argument #3 ($session) must be of type Avmoz\infrastructure\session\Session, Avmoz\infrastructure\session\NativeSession given, called in /var/www/AvMoz-Codebase/source-code/application/http/ModelFactory.php on line 36 and defined in /var/www/AvMoz-Codebase/source-code/domain/page/http/DefaultModel.php on line 21 |
| ( ! ) TypeError: Avmoz\domain\page\http\DefaultModel::__construct(): Argument #3 ($session) must be of type Avmoz\infrastructure\session\Session, Avmoz\infrastructure\session\NativeSession given, called in /var/www/AvMoz-Codebase/source-code/application/http/ModelFactory.php on line 36 in /var/www/AvMoz-Codebase/source-code/domain/page/http/DefaultModel.php on line 21 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0001 | 381848 | {main}( ) | .../index.php:0 |
| 2 | 0.0011 | 405304 | Avmoz\application\MainController->run( ) | .../index.php:86 |
| 3 | 0.0050 | 478584 | Avmoz\application\http\controller\HttpController->processRequest( ) | .../MainController.php:58 |
| 4 | 0.0068 | 479608 | Avmoz\application\http\controller\HttpController->loadModels( ) | .../HttpController.php:52 |
| 5 | 0.0069 | 479856 | Avmoz\application\http\ModelFactory->create( $modelIdentifier = 'domain.page.http.DefaultModel\t', $pageInfo = class Avmoz\application\http\dispatcher\PageInformation { public readonly string $pageTitle = 'Object Oriented PHP'; public readonly string $pageDescription = 'This is the page description'; public readonly string $footerTagline = 'Object Oriented PHP'; public readonly string $view = 'index'; public readonly string $model = 'domain.page.http.DefaultModel\t'; public readonly string $schemaTypes = '["Organisation","WebSite"]'; public readonly string $style = 'default'; public readonly string $headJS = 'default'; public readonly string $footJS = 'default'; public readonly string $h1 = 'Object Oriented PHP'; public readonly string $h2 = 'Page Subheading'; public readonly string $canonical = '/registrationProcess'; public readonly ?string $requiredPermission = NULL; public readonly string $recaptchaSiteKey = '6LfyD9okAAAAAOajNSPIsBl2qMiael5vhEGF1iyI'; public readonly bool $isCacheable = FALSE; public readonly string $schemaType = 'Website'; public readonly string $appDomain = 'registrationProcess'; public readonly string $siteDomain = 'oophp.uk'; public readonly ?string $pageIdentifier = NULL; public readonly string $shortName = 'oophp' }, $db = class Avmoz\infrastructure\persistence\Database { public string|int $affected_rows = *uninitialized*; public string $client_info = *uninitialized*; public int $client_version = *uninitialized*; public int $connect_errno = *uninitialized*; public ?string $connect_error = *uninitialized*; public int $errno = *uninitialized*; public string $error = *uninitialized*; public array $error_list = *uninitialized*; public int $field_count = *uninitialized*; public string $host_info = *uninitialized*; public ?string $info = *uninitialized*; public string|int $insert_id = *uninitialized*; public string $server_info = *uninitialized*; public int $server_version = *uninitialized*; public string $sqlstate = *uninitialized*; public int $protocol_version = *uninitialized*; public int $thread_id = *uninitialized*; public int $warning_count = *uninitialized* }, $session = class Avmoz\infrastructure\session\NativeSession { public bool $auth = FALSE; public string $sid = '61dfda6f3545cbc030198e5a52c16578'; public ?string $message = NULL; public string $log = '/var/www/siteLogs/programLogs/oophp.uk.log' }, $view = class Avmoz\infrastructure\view\View { private Smarty\Smarty $smarty = class Smarty\Smarty { protected $smarty = NULL; public $tpl_vars = [...]; public $parent = NULL; public $config_vars = [...]; private ${Smarty\Data}_var_stack = [...]; private ${Smarty\Data}_config_stack = [...]; protected $defaultScope = 1; public $cache_id = NULL; public $compile_id = NULL; public $caching = 0; public $compile_check = 1; public $cache_lifetime = 3600; public $tplFunctions = [...]; private ${Smarty\TemplateBase}debug = NULL; public $auto_literal = TRUE; public $error_unassigned = FALSE; public $_templateDirNormalized = FALSE; public $_joined_template_dir = NULL; public $_configDirNormalized = FALSE; public $_joined_config_dir = NULL; public $default_template_handler_func = NULL; public $default_config_handler_func = NULL; private $default_plugin_handler_func = NULL; public $_compileDirNormalized = TRUE; public $_cacheDirNormalized = TRUE; public $force_compile = FALSE; public $use_sub_dirs = FALSE; public $merge_compiled_includes = FALSE; public $force_cache = FALSE; private $left_delimiter = '{'; private $right_delimiter = '}'; public $literals = [...]; public $security_class = 'Smarty\\Security'; public $security_policy = NULL; public $debugging = FALSE; public $debugging_ctrl = 'NONE'; public $smarty_debug_id = 'SMARTY_DEBUG'; public $debug_tpl = NULL; public $error_reporting = NULL; public $config_overwrite = TRUE; public $config_booleanize = TRUE; public $config_read_hidden = FALSE; public $compile_locking = TRUE; public $cache_locking = FALSE; public $locking_timeout = 10; public $default_resource_type = 'file'; private $cacheResource = class Smarty\Cacheresource\File { ... }; public $default_config_type = 'file'; public $cache_modified_check = FALSE; public $registered_plugins = [...]; public $registered_objects = [...]; public $registered_classes = [...]; public $registered_resources = [...]; private $registered_cache_resources = [...]; public $default_modifiers = [...]; public $escape_html = FALSE; public $start_time = 1761732562.314131; public $_parserdebug = FALSE; public $_debug = NULL; protected $template_dir = [...]; protected $_processedTemplateDir = [...]; protected $config_dir = [...]; protected $_processedConfigDir = [...]; protected $compile_dir = '/var/www/oophp.uk/CompiledCode/'; protected $cache_dir = '/var/www/oophp.uk/cache/'; private $isMutingUndefinedOrNullWarnings = FALSE; public $_resource_handlers = [...]; public $_cacheresource_handlers = [...]; private $extensions = [...]; private $BCPluginsAdapter = class Smarty\Extension\BCPluginsAdapter { ... }; private $templates = [...]; private $runtimes = [...]; private $_caching_type = 'file' }; private Avmoz\application\service\ContentProcessor $processor = class Avmoz\application\service\ContentProcessor { private League\CommonMark\CommonMarkConverter $converter = class League\CommonMark\CommonMarkConverter { ... } }; private Avmoz\application\service\HtmlMinifier $minifier = class Avmoz\application\service\HtmlMinifier { }; private string $deviceType = 'computer' }, $user = class Avmoz\domain\user\User { public readonly string $uuid = 'cb321d87-4d16-4a3f-b28d-8d298f52a39c'; public readonly int $id = 0; public readonly string $firstName = 'Guest'; public readonly string $lastName = 'User'; public readonly ?string $email = 'noreply@example.com'; public readonly ?int $organisationId = NULL; public readonly bool $loggedIn = FALSE; public readonly int $autoLog = 0 }, $schemaArrays = [], $container = class Avmoz\infrastructure\core\DIContainer { private array $recipes = ['Psr\\Container\\ContainerInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\config\\Config' => class Closure { ... }, 'Smarty\\Smarty' => class Closure { ... }, 'League\\CommonMark\\CommonMarkConverter' => class Closure { ... }, 'Avmoz\\application\\service\\ContentProcessor' => class Closure { ... }, 'Avmoz\\application\\service\\HtmlMinifier' => class Closure { ... }, 'Avmoz\\infrastructure\\view\\ViewInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\session\\NativeSession' => class Closure { ... }, 'Avmoz\\infrastructure\\session\\SessionInterface' => class Closure { ... }, 'Avmoz\\domain\\persistence\\DatabaseInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\CookieSetterInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\CookieManager' => class Closure { ... }, 'Avmoz\\domain\\user\\UserRepositoryInterface' => class Closure { ... }, 'Avmoz\\application\\http\\ModelFactory' => class Closure { ... }, 'Avmoz\\application\\xhr\\XhrActionFactory' => class Closure { ... }, 'Avmoz\\application\\authentication\\AutoLog' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\JwtCookies' => class Closure { ... }, 'Avmoz\\application\\authentication\\VisitorIdentifierInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\PersonCookieInterface' => class Closure { ... }, 'Avmoz\\application\\http\\dispatcher\\HttpDispatcher' => class Closure { ... }, 'Avmoz\\application\\xhr\\dispatcher\\XhrDispatcher' => class Closure { ... }, 'Avmoz\\application\\xhr\\JsonResponseBuilder' => class Closure { ... }, 'Avmoz\\application\\http\\handler\\TemplateRenderingFailureHandler' => class Closure { ... }, 'Avmoz\\application\\http\\handler\\HttpAuthenticationFailureHandler' => class Closure { ... }, 'Avmoz\\application\\xhr\\handler\\XhrAuthenticationFailureHandler' => class Closure { ... }, 'Avmoz\\application\\http\\handler\\HttpPermissionDeniedHandler' => class Closure { ... }, 'Avmoz\\application\\xhr\\handler\\XhrPermissionDeniedHandler' => class Closure { ... }, 'Avmoz\\domain\\form\\FormDefinitionRepositoryInterface' => class Closure { ... }, 'Avmoz\\application\\form\\CsrfTokenManagerInterface' => class Closure { ... }, 'Avmoz\\application\\form\\FormBuilderInterface' => class Closure { ... }, 'Avmoz\\application\\form\\FormValidatorInterface' => class Closure { ... }, 'Avmoz\\application\\ControllerFactory' => class Closure { ... }, 'Avmoz\\application\\ControllerFactoryInterface' => class Closure { ... }, 'Avmoz\\application\\MainController' => class Closure { ... }, 'Avmoz\\domain\\user\\UserInterface' => class Closure { ... }]; private array $instances = ['Avmoz\\application\\ControllerFactory' => class Avmoz\application\ControllerFactory { ... }, 'Avmoz\\application\\ControllerFactoryInterface' => class Avmoz\application\ControllerFactory { ... }, 'Avmoz\\application\\MainController' => class Avmoz\application\MainController { ... }, 'Avmoz\\infrastructure\\config\\Config' => class Avmoz\infrastructure\config\Config { ... }, 'Avmoz\\domain\\persistence\\DatabaseInterface' => class Avmoz\infrastructure\persistence\Database { ... }, 'Avmoz\\domain\\user\\UserRepositoryInterface' => class Avmoz\infrastructure\persistence\UserRepository { ... }, 'Avmoz\\infrastructure\\session\\NativeSession' => class Avmoz\infrastructure\session\NativeSession { ... }, 'Avmoz\\infrastructure\\session\\SessionInterface' => class Avmoz\infrastructure\session\NativeSession { ... }, 'Avmoz\\infrastructure\\authentication\\CookieSetterInterface' => class Avmoz\infrastructure\authentication\GlobalCookieSetter { ... }, 'Avmoz\\infrastructure\\authentication\\CookieManager' => class Avmoz\infrastructure\authentication\CookieManager { ... }, 'Avmoz\\infrastructure\\authentication\\JwtCookies' => class Avmoz\infrastructure\authentication\JwtCookies { ... }, 'Avmoz\\application\\authentication\\AutoLog' => class Avmoz\application\authentication\AutoLog { ... }, 'Avmoz\\application\\http\\dispatcher\\HttpDispatcher' => class Avmoz\application\http\dispatcher\HttpDispatcher { ... }, 'Avmoz\\application\\http\\ModelFactory' => class Avmoz\application\http\ModelFactory { ... }, 'Smarty\\Smarty' => class Smarty\Smarty { ... }, 'League\\CommonMark\\CommonMarkConverter' => class League\CommonMark\CommonMarkConverter { ... }, 'Avmoz\\application\\service\\ContentProcessor' => class Avmoz\application\service\ContentProcessor { ... }, 'Avmoz\\application\\service\\HtmlMinifier' => class Avmoz\application\service\HtmlMinifier { ... }, 'Avmoz\\infrastructure\\view\\ViewInterface' => class Avmoz\infrastructure\view\View { ... }, 'Avmoz\\domain\\user\\UserInterface' => class Avmoz\domain\user\User { ... }, 'Avmoz\\domain\\form\\FormDefinitionRepositoryInterface' => class Avmoz\infrastructure\persistence\FormDefinitionRepository { ... }, 'Avmoz\\application\\form\\FormBuilderInterface' => class Avmoz\application\form\FormBuilder { ... }, 'Avmoz\\application\\http\\handler\\HttpAuthenticationFailureHandler' => class Avmoz\application\http\handler\HttpAuthenticationFailureHandler { ... }, 'Avmoz\\application\\http\\handler\\TemplateRenderingFailureHandler' => class Avmoz\application\http\handler\TemplateRenderingFailureHandler { ... }] } ) | .../HttpController.php:70 |
| 6 | 0.0069 | 480136 | Avmoz\domain\page\http\DefaultModel->__construct( $pageInfo = class Avmoz\application\http\dispatcher\PageInformation { public readonly string $pageTitle = 'Object Oriented PHP'; public readonly string $pageDescription = 'This is the page description'; public readonly string $footerTagline = 'Object Oriented PHP'; public readonly string $view = 'index'; public readonly string $model = 'domain.page.http.DefaultModel\t'; public readonly string $schemaTypes = '["Organisation","WebSite"]'; public readonly string $style = 'default'; public readonly string $headJS = 'default'; public readonly string $footJS = 'default'; public readonly string $h1 = 'Object Oriented PHP'; public readonly string $h2 = 'Page Subheading'; public readonly string $canonical = '/registrationProcess'; public readonly ?string $requiredPermission = NULL; public readonly string $recaptchaSiteKey = '6LfyD9okAAAAAOajNSPIsBl2qMiael5vhEGF1iyI'; public readonly bool $isCacheable = FALSE; public readonly string $schemaType = 'Website'; public readonly string $appDomain = 'registrationProcess'; public readonly string $siteDomain = 'oophp.uk'; public readonly ?string $pageIdentifier = NULL; public readonly string $shortName = 'oophp' }, $db = class Avmoz\infrastructure\persistence\Database { public string|int $affected_rows = *uninitialized*; public string $client_info = *uninitialized*; public int $client_version = *uninitialized*; public int $connect_errno = *uninitialized*; public ?string $connect_error = *uninitialized*; public int $errno = *uninitialized*; public string $error = *uninitialized*; public array $error_list = *uninitialized*; public int $field_count = *uninitialized*; public string $host_info = *uninitialized*; public ?string $info = *uninitialized*; public string|int $insert_id = *uninitialized*; public string $server_info = *uninitialized*; public int $server_version = *uninitialized*; public string $sqlstate = *uninitialized*; public int $protocol_version = *uninitialized*; public int $thread_id = *uninitialized*; public int $warning_count = *uninitialized* }, $session = class Avmoz\infrastructure\session\NativeSession { public bool $auth = FALSE; public string $sid = '61dfda6f3545cbc030198e5a52c16578'; public ?string $message = NULL; public string $log = '/var/www/siteLogs/programLogs/oophp.uk.log' }, $view = class Avmoz\infrastructure\view\View { private Smarty\Smarty $smarty = class Smarty\Smarty { protected $smarty = NULL; public $tpl_vars = [...]; public $parent = NULL; public $config_vars = [...]; private ${Smarty\Data}_var_stack = [...]; private ${Smarty\Data}_config_stack = [...]; protected $defaultScope = 1; public $cache_id = NULL; public $compile_id = NULL; public $caching = 0; public $compile_check = 1; public $cache_lifetime = 3600; public $tplFunctions = [...]; private ${Smarty\TemplateBase}debug = NULL; public $auto_literal = TRUE; public $error_unassigned = FALSE; public $_templateDirNormalized = FALSE; public $_joined_template_dir = NULL; public $_configDirNormalized = FALSE; public $_joined_config_dir = NULL; public $default_template_handler_func = NULL; public $default_config_handler_func = NULL; private $default_plugin_handler_func = NULL; public $_compileDirNormalized = TRUE; public $_cacheDirNormalized = TRUE; public $force_compile = FALSE; public $use_sub_dirs = FALSE; public $merge_compiled_includes = FALSE; public $force_cache = FALSE; private $left_delimiter = '{'; private $right_delimiter = '}'; public $literals = [...]; public $security_class = 'Smarty\\Security'; public $security_policy = NULL; public $debugging = FALSE; public $debugging_ctrl = 'NONE'; public $smarty_debug_id = 'SMARTY_DEBUG'; public $debug_tpl = NULL; public $error_reporting = NULL; public $config_overwrite = TRUE; public $config_booleanize = TRUE; public $config_read_hidden = FALSE; public $compile_locking = TRUE; public $cache_locking = FALSE; public $locking_timeout = 10; public $default_resource_type = 'file'; private $cacheResource = class Smarty\Cacheresource\File { ... }; public $default_config_type = 'file'; public $cache_modified_check = FALSE; public $registered_plugins = [...]; public $registered_objects = [...]; public $registered_classes = [...]; public $registered_resources = [...]; private $registered_cache_resources = [...]; public $default_modifiers = [...]; public $escape_html = FALSE; public $start_time = 1761732562.314131; public $_parserdebug = FALSE; public $_debug = NULL; protected $template_dir = [...]; protected $_processedTemplateDir = [...]; protected $config_dir = [...]; protected $_processedConfigDir = [...]; protected $compile_dir = '/var/www/oophp.uk/CompiledCode/'; protected $cache_dir = '/var/www/oophp.uk/cache/'; private $isMutingUndefinedOrNullWarnings = FALSE; public $_resource_handlers = [...]; public $_cacheresource_handlers = [...]; private $extensions = [...]; private $BCPluginsAdapter = class Smarty\Extension\BCPluginsAdapter { ... }; private $templates = [...]; private $runtimes = [...]; private $_caching_type = 'file' }; private Avmoz\application\service\ContentProcessor $processor = class Avmoz\application\service\ContentProcessor { private League\CommonMark\CommonMarkConverter $converter = class League\CommonMark\CommonMarkConverter { ... } }; private Avmoz\application\service\HtmlMinifier $minifier = class Avmoz\application\service\HtmlMinifier { }; private string $deviceType = 'computer' }, $user = class Avmoz\domain\user\User { public readonly string $uuid = 'cb321d87-4d16-4a3f-b28d-8d298f52a39c'; public readonly int $id = 0; public readonly string $firstName = 'Guest'; public readonly string $lastName = 'User'; public readonly ?string $email = 'noreply@example.com'; public readonly ?int $organisationId = NULL; public readonly bool $loggedIn = FALSE; public readonly int $autoLog = 0 }, $schemaArrays = [], class Avmoz\infrastructure\core\DIContainer { private array $recipes = ['Psr\\Container\\ContainerInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\config\\Config' => class Closure { ... }, 'Smarty\\Smarty' => class Closure { ... }, 'League\\CommonMark\\CommonMarkConverter' => class Closure { ... }, 'Avmoz\\application\\service\\ContentProcessor' => class Closure { ... }, 'Avmoz\\application\\service\\HtmlMinifier' => class Closure { ... }, 'Avmoz\\infrastructure\\view\\ViewInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\session\\NativeSession' => class Closure { ... }, 'Avmoz\\infrastructure\\session\\SessionInterface' => class Closure { ... }, 'Avmoz\\domain\\persistence\\DatabaseInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\CookieSetterInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\CookieManager' => class Closure { ... }, 'Avmoz\\domain\\user\\UserRepositoryInterface' => class Closure { ... }, 'Avmoz\\application\\http\\ModelFactory' => class Closure { ... }, 'Avmoz\\application\\xhr\\XhrActionFactory' => class Closure { ... }, 'Avmoz\\application\\authentication\\AutoLog' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\JwtCookies' => class Closure { ... }, 'Avmoz\\application\\authentication\\VisitorIdentifierInterface' => class Closure { ... }, 'Avmoz\\infrastructure\\authentication\\PersonCookieInterface' => class Closure { ... }, 'Avmoz\\application\\http\\dispatcher\\HttpDispatcher' => class Closure { ... }, 'Avmoz\\application\\xhr\\dispatcher\\XhrDispatcher' => class Closure { ... }, 'Avmoz\\application\\xhr\\JsonResponseBuilder' => class Closure { ... }, 'Avmoz\\application\\http\\handler\\TemplateRenderingFailureHandler' => class Closure { ... }, 'Avmoz\\application\\http\\handler\\HttpAuthenticationFailureHandler' => class Closure { ... }, 'Avmoz\\application\\xhr\\handler\\XhrAuthenticationFailureHandler' => class Closure { ... }, 'Avmoz\\application\\http\\handler\\HttpPermissionDeniedHandler' => class Closure { ... }, 'Avmoz\\application\\xhr\\handler\\XhrPermissionDeniedHandler' => class Closure { ... }, 'Avmoz\\domain\\form\\FormDefinitionRepositoryInterface' => class Closure { ... }, 'Avmoz\\application\\form\\CsrfTokenManagerInterface' => class Closure { ... }, 'Avmoz\\application\\form\\FormBuilderInterface' => class Closure { ... }, 'Avmoz\\application\\form\\FormValidatorInterface' => class Closure { ... }, 'Avmoz\\application\\ControllerFactory' => class Closure { ... }, 'Avmoz\\application\\ControllerFactoryInterface' => class Closure { ... }, 'Avmoz\\application\\MainController' => class Closure { ... }, 'Avmoz\\domain\\user\\UserInterface' => class Closure { ... }]; private array $instances = ['Avmoz\\application\\ControllerFactory' => class Avmoz\application\ControllerFactory { ... }, 'Avmoz\\application\\ControllerFactoryInterface' => class Avmoz\application\ControllerFactory { ... }, 'Avmoz\\application\\MainController' => class Avmoz\application\MainController { ... }, 'Avmoz\\infrastructure\\config\\Config' => class Avmoz\infrastructure\config\Config { ... }, 'Avmoz\\domain\\persistence\\DatabaseInterface' => class Avmoz\infrastructure\persistence\Database { ... }, 'Avmoz\\domain\\user\\UserRepositoryInterface' => class Avmoz\infrastructure\persistence\UserRepository { ... }, 'Avmoz\\infrastructure\\session\\NativeSession' => class Avmoz\infrastructure\session\NativeSession { ... }, 'Avmoz\\infrastructure\\session\\SessionInterface' => class Avmoz\infrastructure\session\NativeSession { ... }, 'Avmoz\\infrastructure\\authentication\\CookieSetterInterface' => class Avmoz\infrastructure\authentication\GlobalCookieSetter { ... }, 'Avmoz\\infrastructure\\authentication\\CookieManager' => class Avmoz\infrastructure\authentication\CookieManager { ... }, 'Avmoz\\infrastructure\\authentication\\JwtCookies' => class Avmoz\infrastructure\authentication\JwtCookies { ... }, 'Avmoz\\application\\authentication\\AutoLog' => class Avmoz\application\authentication\AutoLog { ... }, 'Avmoz\\application\\http\\dispatcher\\HttpDispatcher' => class Avmoz\application\http\dispatcher\HttpDispatcher { ... }, 'Avmoz\\application\\http\\ModelFactory' => class Avmoz\application\http\ModelFactory { ... }, 'Smarty\\Smarty' => class Smarty\Smarty { ... }, 'League\\CommonMark\\CommonMarkConverter' => class League\CommonMark\CommonMarkConverter { ... }, 'Avmoz\\application\\service\\ContentProcessor' => class Avmoz\application\service\ContentProcessor { ... }, 'Avmoz\\application\\service\\HtmlMinifier' => class Avmoz\application\service\HtmlMinifier { ... }, 'Avmoz\\infrastructure\\view\\ViewInterface' => class Avmoz\infrastructure\view\View { ... }, 'Avmoz\\domain\\user\\UserInterface' => class Avmoz\domain\user\User { ... }, 'Avmoz\\domain\\form\\FormDefinitionRepositoryInterface' => class Avmoz\infrastructure\persistence\FormDefinitionRepository { ... }, 'Avmoz\\application\\form\\FormBuilderInterface' => class Avmoz\application\form\FormBuilder { ... }, 'Avmoz\\application\\http\\handler\\HttpAuthenticationFailureHandler' => class Avmoz\application\http\handler\HttpAuthenticationFailureHandler { ... }, 'Avmoz\\application\\http\\handler\\TemplateRenderingFailureHandler' => class Avmoz\application\http\handler\TemplateRenderingFailureHandler { ... }] } ) | .../ModelFactory.php:36 |