Skip to content

Commit

Permalink
Merge pull request #252 from edyan/patch-1
Browse files Browse the repository at this point in the history
Update advanced-usage.md
  • Loading branch information
reinink committed Jan 4, 2019
2 parents dafba88 + 5b588f5 commit e34d5de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/1.0/config/advanced-usage.md
Expand Up @@ -93,11 +93,11 @@ public function getResponseFactory()
~~~ php
<?php

// Set the default manipulations
public function setDefaultManipulations(array $defaultManipulations)
// Set the default manipulators
public function setManipulators(array $manipulators)

// Get the default manipulations
public function getDefaultManipulations()
// Get the default manipulators
public function getManipulators()
~~~

## Base URL
Expand Down

0 comments on commit e34d5de

Please sign in to comment.