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

Commit

Permalink
Merge branch 'hotfix/88'
Browse files Browse the repository at this point in the history
Close #88
  • Loading branch information
weierophinney committed Nov 14, 2017
2 parents e3bd194 + 2fcdeaf commit db6b689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#88](https://github.com/zfcampus/zf-content-negotiation/pull/88) adds a
missing import statement to the `RenameUploadFilterFactory` class definition.

## 1.3.0 - 2016-10-11

Expand Down
1 change: 1 addition & 0 deletions src/Factory/RenameUploadFilterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace ZF\ContentNegotiation\Factory;

use Interop\Container\ContainerInterface;
use Zend\ServiceManager\AbstractPluginManager;
use Zend\ServiceManager\FactoryInterface;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZF\ContentNegotiation\Filter\RenameUpload;
Expand Down

0 comments on commit db6b689

Please sign in to comment.