Skip to content

Commit

Permalink
backward compability
Browse files Browse the repository at this point in the history
  • Loading branch information
onefriendaday committed Sep 25, 2016
1 parent e5075b9 commit 599c40a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Storyblok/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,14 @@ public function getLinks()
return $this;
}

/**
* @deprecated
*/
public function getStoryContent()
{
return $this->getBody();
}

/**
* Gets the json response body
*
Expand Down

0 comments on commit 599c40a

Please sign in to comment.