From 599c40a236f72f2d2747dafe78b049aa519d3361 Mon Sep 17 00:00:00 2001 From: Alexander Feiglstorfer Date: Sun, 25 Sep 2016 12:41:11 +0200 Subject: [PATCH] backward compability --- src/Storyblok/Client.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Storyblok/Client.php b/src/Storyblok/Client.php index 77e7272..cf7d650 100644 --- a/src/Storyblok/Client.php +++ b/src/Storyblok/Client.php @@ -316,6 +316,14 @@ public function getLinks() return $this; } + /** + * @deprecated + */ + public function getStoryContent() + { + return $this->getBody(); + } + /** * Gets the json response body *