Skip to content

Commit 1523f91

Browse files
author
Aidan Casey
committed
Fixed namespace bug.
1 parent 30cd00f commit 1523f91

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.2.1] - 2018-09-10
10+
11+
### Changed
12+
- Middlware to Middleware in Slim Middleware class to resolve namespace bug.
13+
914
## [1.2.0] - 2018-09-10
1015

1116
### Added
@@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3035
- UnsupportedRequestMethod for any unsupported request types.
3136

3237
[Unreleased]: https://github.com/aidan-casey/http-parser/compare/v1.2.0...HEAD
38+
[1.2.1]: https://github.com/aidan-casey/http-parser/compare/v1.2.0...v1.2.1
3339
[1.2.0]: https://github.com/aidan-casey/http-parser/compare/v1.1.0...v1.2.0
3440
[1.1.0]: https://github.com/aidan-casey/http-parser/compare/v1.0.0...v1.1.0
3541
[1.0.0]: https://github.com/aidan-casey/http-parser/releases/tag/v1.0.0

src/Middleware/Slim.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace AidanCasey\HttpParser\Middlware;
3+
namespace AidanCasey\HttpParser\Middleware;
44

55
use AidanCasey\HttpParser\HttpToZend;
66
use Psr\Http\Message\ResponseInterface;

0 commit comments

Comments
 (0)