Skip to content

Commit

Permalink
Merge branch '5.5' into 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 7, 2018
2 parents 427effa + 6a64c8d commit 0892733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-5.5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for 5.5.x

## [Unreleased]
## v5.5.34 (2018-02-06)

### Changed
- Use path helpers in console commands ([#22971](https://github.com/laravel/framework/pull/22971))
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/FilesystemManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ protected function getRackspaceContainer(Rackspace $client, array $config)
*
* @param \League\Flysystem\AdapterInterface $adapter
* @param array $config
* @return \League\Flysystem\FlysystemInterface
* @return \League\Flysystem\FilesystemInterface
*/
protected function createFlysystem(AdapterInterface $adapter, array $config)
{
Expand Down

0 comments on commit 0892733

Please sign in to comment.