Skip to content

Commit

Permalink
Merge d6b3316 into 87a55b5
Browse files Browse the repository at this point in the history
  • Loading branch information
basuke committed Apr 16, 2017
2 parents 87a55b5 + d6b3316 commit 8550730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Slim/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Container extends PimpleContainer implements ContainerInterface
*
* @var array
*/
private $defaultSettings = [
protected $defaultSettings = [
'httpVersion' => '1.1',
'responseChunkSize' => 4096,
'outputBuffering' => 'append',
Expand Down Expand Up @@ -82,7 +82,7 @@ public function __construct(array $values = [])
*
* @return void
*/
private function registerDefaultServices($userSettings)
protected function registerDefaultServices($userSettings)
{
$defaultSettings = $this->defaultSettings;

Expand Down

0 comments on commit 8550730

Please sign in to comment.