Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 8, 2017
1 parent d54686c commit f9e7fc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Fractal.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@ public function getResource()


/**
* Return the resourceName.
* Return the name of the resource.
*
* @return string
* @return string
*/
public function getResourceName()
{
Expand Down

0 comments on commit f9e7fc7

Please sign in to comment.