Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 66a35d2

Browse files
committed
Removes unnecessary view helper factory entry for FlashMessengerFactory
1 parent 786e15e commit 66a35d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Module.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @link http://github.com/zendframework/zend-mvc-plugin-flashmessenger for the canonical source repository
4-
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
55
* @license http://framework.zend.com/license/new-bsd New BSD License
66
*/
77

@@ -42,7 +42,6 @@ public function getConfig()
4242
],
4343
'factories' => [
4444
View\Helper\FlashMessenger::class => View\Helper\FlashMessengerFactory::class,
45-
View\Helper\FlashMessengerFactory::class => InvokableFactory::class,
4645
'zendviewhelperflashmessenger' => View\Helper\FlashMessengerFactory::class,
4746
]
4847
]

0 commit comments

Comments
 (0)