Skip to content

Commit cd8de5e

Browse files
author
developer-devPHP
authored
Merge pull request #2 from zfcampus/master
fix onfig/module.config.php
2 parents 6e5277f + b25d272 commit cd8de5e

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 1.2.2 - TBD
5+
## 1.2.3 - TBD
66

77
### Added
88

@@ -20,6 +20,25 @@ All notable changes to this project will be documented in this file, in reverse
2020

2121
- Nothing.
2222

23+
## 1.2.2 - 2016-08-10
24+
25+
### Added
26+
27+
- Nothing.
28+
29+
### Deprecated
30+
31+
- Nothing.
32+
33+
### Removed
34+
35+
- Nothing.
36+
37+
### Fixed
38+
39+
- [#53](https://github.com/zfcampus/zf-apigility-documentation/pull/53) fixes an
40+
import statement in the configuration file.
41+
2342
## 1.2.1 - 2016-08-04
2443

2544
### Added

config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace ZF\Apigility\Documentation;
88

99
use Zend\ServiceManager\Factory\InvokableFactory;
10-
use Zend\View\Modle\ViewModel;
10+
use Zend\View\Model\ViewModel;
1111

1212
return [
1313
'router' => [

0 commit comments

Comments
 (0)