diff --git a/CHANGELOG.md b/CHANGELOG.md index 408e383..671b870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `fractalistic` will be documented in this file +## 2.7.0 - 2017-09-06 + +- add `getResourceName` + ## 2.6.0 - 2017-09-06 - add `primitive` method diff --git a/src/Fractal.php b/src/Fractal.php index 00c0d4b..b399988 100644 --- a/src/Fractal.php +++ b/src/Fractal.php @@ -444,9 +444,9 @@ public function getResource() /** - * Return the resourceName. + * Return the name of the resource. * - * @return string + * @return string */ public function getResourceName() {